Searched refs:all_phys (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble.cc | 867 tBTM_STATUS BTM_BleSetDefaultPhy(uint8_t all_phys, uint8_t tx_phys, in BTM_BleSetDefaultPhy() argument 870 __func__, all_phys, tx_phys, rx_phys); in BTM_BleSetDefaultPhy() 883 UINT8_TO_STREAM(pp, all_phys); in BTM_BleSetDefaultPhy() 916 uint8_t all_phys = 0; in BTM_BleSetPhy() local 917 if (tx_phys == 0) all_phys &= 0x01; in BTM_BleSetPhy() 918 if (rx_phys == 0) all_phys &= 0x02; in BTM_BleSetPhy() 923 __func__, all_phys, tx_phys, rx_phys, phy_options); in BTM_BleSetPhy() 947 UINT8_TO_STREAM(pp, all_phys); in BTM_BleSetPhy()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 764 extern tBTM_STATUS BTM_BleSetDefaultPhy(uint8_t all_phys, uint8_t tx_phys,
|