/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble.cc | 188 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/ |
D | BV_42_C.py | 93 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
|
D | BV_40_C.py | 186 rx_phys=req_rx_phys, 213 rx_phys=req_rx_phys))
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/ |
D | BV_43_C.py | 114 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))
|
D | BV_41_C.py | 165 rx_phys=req_rx_phys, 189 rx_phys=req_rx_phys)) 195 rx_phys=rsp_rx_phys))
|
/packages/modules/Bluetooth/system/bta/test/common/ |
D | btm_api_mock.cc | 55 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()
|
D | btm_api_mock.h | 46 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/ |
D | llcp_packets.pdl | 178 rx_phys: 8, 183 rx_phys: 8,
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/ |
D | BV_20_C.py | 46 rx_phys=0x2))
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | link_layer_packets.pdl | 366 rx_phys: 8, 371 rx_phys: 8,
|
D | hci_packets.pdl | 3798 rx_phys : 3, 3820 rx_phys : 3,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_api.h | 337 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
|
D | btm_client_interface.h | 99 void (*BTM_BleSetPhy)(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 356 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 …]
|
D | link_layer_controller.h | 338 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/ |
D | hearing_aid.cc | 722 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()
|