Home
last modified time | relevance | path

Searched refs:tx_phys (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc196 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/
DBV_42_C.py92 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
DBV_40_C.py185 tx_phys=req_tx_phys,
212 tx_phys=req_tx_phys,
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/
DBV_43_C.py112 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,
DBV_41_C.py163 tx_phys=req_tx_phys,
187 tx_phys=req_tx_phys,
193 tx_phys=rsp_tx_phys,
/packages/modules/Bluetooth/system/bta/test/common/
Dbtm_api_mock.cc65 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()
Dbtm_api_mock.h51 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/
Dllcp_packets.pdl177 tx_phys: 8,
182 tx_phys: 8,
/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);
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_20_C.py45 tx_phys=0x2,
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.h173 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()
Dmock_stack_btm_ble.cc168 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/
Dlink_layer_packets.pdl365 tx_phys: 8,
370 tx_phys: 8,
Dhci_packets.pdl3660 tx_phys : 3,
3682 tx_phys : 3,
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_api.h356 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
Dbtm_client_interface.h119 void (*BTM_BleSetPhy)(const RawAddress& bd_addr, uint8_t tx_phys,
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc365 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 …]
Dlink_layer_controller.h366 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/
Dhearing_aid.cc732 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()