/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble.cc | 196 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() argument 206 if (tx_phys == 0) all_phys &= 0x01; in BTM_BleSetPhy() 217 handle, tx_phys, rx_phys); in BTM_BleSetPhy() 225 handle, tx_phys, rx_phys); in BTM_BleSetPhy() 234 UINT8_TO_STREAM(pp, tx_phys); in BTM_BleSetPhy()
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/PER/ |
D | BV_42_C.py | 92 tx_phys=0, 98 …Req(source_address=controller.address, destination_address=peer_address, tx_phys=0x7, rx_phys=0x7)) 193 tx_phys=req_tx_phys, 201 tx_phys=self.Any, 204 self.assertTrue(phy_rsp.tx_phys != 0) 209 next_phy_p_to_c = req_rx_phys & phy_rsp.tx_phys
|
D | BV_40_C.py | 185 tx_phys=req_tx_phys, 212 tx_phys=req_tx_phys,
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/ |
D | BV_43_C.py | 112 tx_phys=0, 118 …Req(source_address=controller.address, destination_address=peer_address, tx_phys=0x7, rx_phys=0x7)) 121 …Rsp(source_address=peer_address, destination_address=controller.address, tx_phys=0x1, rx_phys=0x1)) 214 tx_phys=req_tx_phys,
|
D | BV_41_C.py | 163 tx_phys=req_tx_phys, 187 tx_phys=req_tx_phys, 193 tx_phys=rsp_tx_phys,
|
/packages/modules/Bluetooth/system/bta/test/common/ |
D | btm_api_mock.cc | 65 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() argument 68 btm_interface->BleSetPhy(bd_addr, tx_phys, rx_phys, phy_options); in BTM_BleSetPhy()
|
D | btm_api_mock.h | 51 virtual void BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, 99 (const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
|
/packages/modules/Bluetooth/tools/rootcanal/rust/ |
D | llcp_packets.pdl | 177 tx_phys: 8, 182 tx_phys: 8,
|
/packages/modules/Bluetooth/system/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);
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/ |
D | BV_20_C.py | 45 tx_phys=0x2,
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_ble.h | 173 std::function<void(const RawAddress& bd_addr, uint8_t tx_phys, 177 void operator()(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in operator() 179 body(bd_addr, tx_phys, rx_phys, phy_options); in operator()
|
D | mock_stack_btm_ble.cc | 168 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() argument 171 test::mock::stack_btm_ble::BTM_BleSetPhy(bd_addr, tx_phys, rx_phys, in BTM_BleSetPhy()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | link_layer_packets.pdl | 365 tx_phys: 8, 370 tx_phys: 8,
|
D | hci_packets.pdl | 3660 tx_phys : 3, 3682 tx_phys : 3,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_api.h | 356 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
|
D | btm_client_interface.h | 119 void (*BTM_BleSetPhy)(const RawAddress& bd_addr, uint8_t tx_phys,
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 365 uint8_t tx_phys, uint8_t rx_phys) { in LeSetDefaultPhy() argument 372 tx_phys = supported_phys; in LeSetDefaultPhy() 374 if (tx_phys == 0) { in LeSetDefaultPhy() 394 if ((tx_phys & ~supported_phys) != 0) { in LeSetDefaultPhy() 395 INFO(id_, "TX_PhyS {:x} configures unsupported or reserved bits", tx_phys); in LeSetDefaultPhy() 403 default_tx_phys_ = tx_phys; in LeSetDefaultPhy() 411 bool all_phys_no_receive_preference, uint8_t tx_phys, uint8_t rx_phys, in LeSetPhy() argument 426 tx_phys = supported_phys; in LeSetPhy() 428 if (tx_phys == 0) { in LeSetPhy() 448 if ((tx_phys & ~supported_phys) != 0) { in LeSetPhy() [all …]
|
D | link_layer_controller.h | 366 uint8_t tx_phys, uint8_t rx_phys); 371 bool all_phys_no_receive_preference, uint8_t tx_phys,
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 732 void OnPhyUpdateEvent(uint16_t conn_id, uint8_t tx_phys, uint8_t rx_phys, in OnPhyUpdateEvent() argument 746 if (tx_phys == PHY_LE_2M && rx_phys == PHY_LE_2M) { in OnPhyUpdateEvent() 757 hearingDevice->address, tx_phys, rx_phys); in OnPhyUpdateEvent() 764 hearingDevice->address, tx_phys, rx_phys); in OnPhyUpdateEvent()
|