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

/system/bt/stack/btm/
H A Dbtm_ble.cc908 tBTM_STATUS BTM_BleSetDefaultPhy(uint8_t all_phys, uint8_t tx_phys, argument
910 BTM_TRACE_DEBUG("%s: all_phys = 0x%02x, tx_phys = 0x%02x, rx_phys = 0x%02x",
911 __func__, all_phys, tx_phys, rx_phys);
924 UINT8_TO_STREAM(pp, all_phys);
957 uint8_t all_phys = 0; local
958 if (tx_phys == 0) all_phys &= 0x01;
959 if (rx_phys == 0) all_phys &= 0x02;
962 "%s: all_phys = 0x%02x, tx_phys = 0x%02x, rx_phys = 0x%02x, phy_options "
964 __func__, all_phys, tx_phys, rx_phys, phy_options);
988 UINT8_TO_STREAM(pp, all_phys);
[all...]
/system/bt/stack/include/
H A Dbtm_ble_api.h834 extern tBTM_STATUS BTM_BleSetDefaultPhy(uint8_t all_phys, uint8_t tx_phys,

Completed in 40 milliseconds