Home
last modified time | relevance | path

Searched refs:primary_phy (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/SCN/
DBV_20_C.py145 primary_phy=ll.PhyType.LE_1M,
182 primary_phy=hci.PrimaryPhyType.LE_1M,
247 primary_phy=hci.PrimaryPhyType.LE_1M,
DBV_79_C.py88 primary_phy=ll.PhyType.LE_1M,
108 primary_phy=hci.PrimaryPhyType.LE_1M,
DBV_19_C.py147 primary_phy=ll.PhyType.LE_1M,
197 primary_phy=hci.PrimaryPhyType.LE_1M,
/packages/modules/Bluetooth/floss/pandora/server/
Dhost.py344 primary_phy = request.primary_phy
345 if primary_phy == host_pb2.PRIMARY_1M:
347 elif primary_phy == host_pb2.PRIMARY_CODED:
498 response.primary_phy = host_pb2.PRIMARY_1M
500 response.primary_phy = host_pb2.PRIMARY_CODED
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h45 RawAddress* bda, uint8_t primary_phy,
90 RawAddress bda, uint8_t primary_phy,
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dbt_adv.rs37 primary_phy: LePhy::Phy1m, in new()
Ddbus_iface.rs556 primary_phy: u8, field
1307 primary_phy: LePhy, field
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_callback.h66 uint8_t primary_phy,
Dle_scanning_manager.cc446 uint8_t primary_phy, in process_advertising_package_content()
489 primary_phy, in process_advertising_package_content()
Dle_periodic_sync_manager_test.cc181 uint8_t primary_phy,
Dle_scanning_manager_test.cc254 uint8_t primary_phy,
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc135 const RawAddress& raw_address, uint8_t primary_phy, uint8_t secondary_phy,
520 uint8_t primary_phy, uint8_t secondary_phy, uint8_t advertising_sid, in OnScanResult() argument
537 event_type, static_cast<uint8_t>(address_type), raw_address, primary_phy, in OnScanResult()
543 event_type, ble_addr_type, raw_address, primary_phy, secondary_phy, in OnScanResult()
Dble_scanner_interface_impl.h110 bluetooth::hci::Address address, uint8_t primary_phy,
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc589 uint8_t primary_phy, uint8_t secondary_phy, in OnScanResult() argument
630 uint8_t primary_phy = 0; in TEST_F() local
638 ble->OnScanResult(event_type, address_type, address, primary_phy, in TEST_F()
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.h45 uint8_t primary_phy,
Dgatt_ble_scanner_shim.cc146 uint8_t primary_phy, in OnScanResult() argument
157 primary_phy, in OnScanResult()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc281 const RawAddress& bda, uint8_t primary_phy,
1991 uint16_t evt_type, uint8_t primary_phy, in btm_ble_update_inq_result() argument
2003 p_cur->ble_primary_phy = primary_phy; in btm_ble_update_inq_result()
2139 const RawAddress& bda, uint8_t primary_phy, in btm_ble_process_adv_pkt_cont() argument
2238 btm_ble_update_inq_result(p_i, addr_type, bda, evt_type, primary_phy, in btm_ble_process_adv_pkt_cont()
2295 uint8_t primary_phy, uint8_t secondary_phy, uint8_t advertising_sid, in btm_ble_process_adv_pkt_cont_for_inquiry() argument
2354 btm_ble_update_inq_result(p_i, addr_type, bda, evt_type, primary_phy, in btm_ble_process_adv_pkt_cont_for_inquiry()
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_47_C.py200 primary_phy=ll.PhyType.LE_1M,
DBV_26_C.py191 primary_phy=ll.PhyType.LE_1M,
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs356 primary_phy: u8, field
569 primary_phy: LePhy, field
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dlink_layer_packets.pdl174 primary_phy: PhyType, // LE_1M | LE_CODEC_S8
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1235 pub primary_phy: u8, field
3738 primary_phy: u8, in on_scan_result()
3996 primary_phy: u8, in on_scan_result()
4010 primary_phy, in on_scan_result()
4124 primary_phy: LePhy::Phy1m as u8, in on_track_adv_found_lost()
Dbluetooth_adv.rs43 pub primary_phy: LePhy, field
247 primary_advertising_phy: self.primary_phy.into(), in into()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp223 RawAddress* bda, uint8_t primary_phy, in btgattc_scan_result_cb() argument
245 address.get(), primary_phy, secondary_phy, advertising_sid, tx_power, in btgattc_scan_result_cb()
1012 uint8_t primary_phy, uint8_t secondary_phy, in OnScanResult() argument
1036 address.get(), primary_phy, secondary_phy, advertising_sid, tx_power, in OnScanResult()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc3383 auto primary_phy = pdu.GetPrimaryPhy(); in ScanIncomingLeExtendedAdvertisingPdu() local
3387 if ((primary_phy == model::packets::PhyType::LE_1M && in ScanIncomingLeExtendedAdvertisingPdu()
3389 (primary_phy == model::packets::PhyType::LE_CODED_S8 && in ScanIncomingLeExtendedAdvertisingPdu()
3394 model::packets::PhyTypeText(primary_phy)); in ScanIncomingLeExtendedAdvertisingPdu()
3513 static_cast<bluetooth::hci::PrimaryPhyType>(primary_phy); in ScanIncomingLeExtendedAdvertisingPdu()
3627 scanner_.primary_scan_response_phy = primary_phy; in ScanIncomingLeExtendedAdvertisingPdu()

12