Searched refs:all_phys (Results 1 – 3 of 3) 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/stack/btm/ |
D | btm_ble.cc | 928 uint8_t all_phys = 0; in BTM_BleSetPhy() local 929 if (tx_phys == 0) all_phys &= 0x01; in BTM_BleSetPhy() 930 if (rx_phys == 0) all_phys &= 0x02; in BTM_BleSetPhy() 935 __func__, all_phys, tx_phys, rx_phys, phy_options); in BTM_BleSetPhy() 959 UINT8_TO_STREAM(pp, all_phys); in BTM_BleSetPhy()
|