Searched refs:all_phys (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble.cc | 904 tBTM_STATUS BTM_BleSetDefaultPhy(uint8_t all_phys, uint8_t tx_phys, in BTM_BleSetDefaultPhy() argument 907 __func__, all_phys, tx_phys, rx_phys); in BTM_BleSetDefaultPhy() 920 UINT8_TO_STREAM(pp, all_phys); in BTM_BleSetDefaultPhy() 953 uint8_t all_phys = 0; in BTM_BleSetPhy() local 954 if (tx_phys == 0) all_phys &= 0x01; in BTM_BleSetPhy() 955 if (rx_phys == 0) all_phys &= 0x02; in BTM_BleSetPhy() 960 __func__, all_phys, tx_phys, rx_phys, phy_options); in BTM_BleSetPhy() 982 UINT8_TO_STREAM(pp, all_phys); in BTM_BleSetPhy()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 870 extern tBTM_STATUS BTM_BleSetDefaultPhy(uint8_t all_phys, uint8_t tx_phys,
|