Home
last modified time | relevance | path

Searched refs:rx_phys (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc188 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() argument
201 if (rx_phys == 0) { in BTM_BleSetPhy()
212 rx_phys); in BTM_BleSetPhy()
219 rx_phys); in BTM_BleSetPhy()
229 UINT8_TO_STREAM(pp, rx_phys); in BTM_BleSetPhy()
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/PER/
DBV_42_C.py93 rx_phys=0))
98 …Req(source_address=controller.address, destination_address=peer_address, tx_phys=0x7, rx_phys=0x7))
194 rx_phys=req_rx_phys))
202 rx_phys=self.Any))
205 self.assertTrue(phy_rsp.rx_phys != 0)
208 next_phy_c_to_p = req_tx_phys & phy_rsp.rx_phys
DBV_40_C.py186 rx_phys=req_rx_phys,
213 rx_phys=req_rx_phys))
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/
DBV_43_C.py114 rx_phys=0))
119 …Req(source_address=controller.address, destination_address=peer_address, tx_phys=0x7, rx_phys=0x7))
122 …Rsp(source_address=peer_address, destination_address=controller.address, tx_phys=0x1, rx_phys=0x1))
216 rx_phys=req_rx_phys))
DBV_41_C.py165 rx_phys=req_rx_phys,
189 rx_phys=req_rx_phys))
195 rx_phys=rsp_rx_phys))
/packages/modules/Bluetooth/system/bta/test/common/
Dbtm_api_mock.cc55 uint8_t rx_phys, uint16_t phy_options) { in SetMockBtmInterface() argument
56 btm_interface->BleSetPhy(bd_addr, tx_phys, rx_phys, phy_options); in SetMockBtmInterface()
Dbtm_api_mock.h46 virtual void BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
83 (const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, uint16_t phy_options),
/packages/modules/Bluetooth/tools/rootcanal/rust/
Dllcp_packets.pdl178 rx_phys: 8,
183 rx_phys: 8,
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_20_C.py46 rx_phys=0x2))
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dlink_layer_packets.pdl366 rx_phys: 8,
371 rx_phys: 8,
Dhci_packets.pdl3798 rx_phys : 3,
3820 rx_phys : 3,
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_api.h337 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
Dbtm_client_interface.h99 void (*BTM_BleSetPhy)(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc356 uint8_t rx_phys) { in LeSetDefaultPhy() argument
374 rx_phys = supported_phys; in LeSetDefaultPhy()
376 if (rx_phys == 0) { in LeSetDefaultPhy()
389 if ((rx_phys & ~supported_phys) != 0) { in LeSetDefaultPhy()
390 INFO(id_, "RX_PhyS {:x} configures unsupported or reserved bits", rx_phys); in LeSetDefaultPhy()
395 default_rx_phys_ = rx_phys; in LeSetDefaultPhy()
403 uint8_t rx_phys, in LeSetPhy() argument
429 rx_phys = supported_phys; in LeSetPhy()
431 if (rx_phys == 0) { in LeSetPhy()
444 if ((rx_phys & ~supported_phys) != 0) { in LeSetPhy()
[all …]
Dlink_layer_controller.h338 bool all_phys_no_receive_preference, uint8_t tx_phys, uint8_t rx_phys);
342 bool all_phys_no_receive_preference, uint8_t tx_phys, uint8_t rx_phys,
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc722 void OnPhyUpdateEvent(tCONN_ID conn_id, uint8_t tx_phys, uint8_t rx_phys, tGATT_STATUS status) { in OnPhyUpdateEvent() argument
734 if (tx_phys == PHY_LE_2M && rx_phys == PHY_LE_2M) { in OnPhyUpdateEvent()
744 hearingDevice->address, tx_phys, rx_phys); in OnPhyUpdateEvent()
751 hearingDevice->address, tx_phys, rx_phys); in OnPhyUpdateEvent()