Searched refs:phy_options (Results 1 – 10 of 10) sorted by relevance
/system/bt/gd/l2cap/le/ |
D | link_options.h | 74 bool SetPhy(uint8_t all_phys, uint8_t tx_phys, uint8_t rx_phys, uint16_t phy_options);
|
D | link_options.cc | 61 bool LinkOptions::SetPhy(uint8_t all_phys, uint8_t tx_phys, uint8_t rx_phys, uint16_t phy_options) { in SetPhy() argument
|
/system/bt/include/hardware/ |
D | bt_gatt_server.h | 174 uint8_t rx_phy, uint16_t phy_options);
|
D | bt_gatt_client.h | 296 uint8_t rx_phy, uint16_t phy_options);
|
/system/bt/btif/src/ |
D | btif_gatt_server.cc | 423 uint16_t phy_options) { in btif_gatts_set_preferred_phy() argument 426 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gatts_set_preferred_phy()
|
D | btif_gatt_client.cc | 565 uint16_t phy_options) { in btif_gattc_set_preferred_phy() argument 568 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gattc_set_preferred_phy()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 608 uint8_t rx_phys, uint16_t phy_options);
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 915 uint16_t phy_options) { in BTM_BleSetPhy() argument 918 phy_options); in BTM_BleSetPhy() 935 __func__, all_phys, tx_phys, rx_phys, phy_options); in BTM_BleSetPhy() 962 UINT16_TO_STREAM(pp, phy_options); in BTM_BleSetPhy()
|
/system/bt/main/shim/ |
D | btm_api.h | 762 uint16_t phy_options);
|
D | btm_api.cc | 906 uint8_t rx_phys, uint16_t phy_options) { in BTM_BleSetPhy() argument
|