Searched refs:phy_options (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/src/ |
D | btif_gatt_server.cc | 426 uint16_t phy_options) { in btif_gatts_set_preferred_phy() argument 429 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gatts_set_preferred_phy()
|
D | btif_gatt_client.cc | 569 uint16_t phy_options) { in btif_gattc_set_preferred_phy() argument 572 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 | 884 uint8_t rx_phys, uint16_t phy_options);
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 944 uint16_t phy_options) { in BTM_BleSetPhy() argument 960 __func__, all_phys, tx_phys, rx_phys, phy_options); in BTM_BleSetPhy() 985 UINT16_TO_STREAM(pp, phy_options); in BTM_BleSetPhy()
|