Home
last modified time | relevance | path

Searched refs:all_phys (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc205 uint8_t all_phys = 0; in BTM_BleSetPhy() local
206 if (tx_phys == 0) all_phys &= 0x01; in BTM_BleSetPhy()
207 if (rx_phys == 0) all_phys &= 0x02; in BTM_BleSetPhy()
233 UINT8_TO_STREAM(pp, all_phys); in BTM_BleSetPhy()
/packages/modules/Bluetooth/system/gd/l2cap/le/
Dlink_options.h74 bool SetPhy(uint8_t all_phys, uint8_t tx_phys, uint8_t rx_phys, uint16_t phy_options);