/packages/modules/Bluetooth/floss/pandora/server/ |
D | host.py | 350 secondary_phy = request.secondary_phy 351 if secondary_phy == host_pb2.SECONDARY_NONE: 353 elif secondary_phy == host_pb2.SECONDARY_1M: 355 elif secondary_phy == host_pb2.SECONDARY_2M: 357 elif secondary_phy == host_pb2.SECONDARY_CODED: 505 response.secondary_phy = host_pb2.SECONDARY_NONE 507 response.secondary_phy = host_pb2.SECONDARY_1M 509 response.secondary_phy = host_pb2.SECONDARY_2M 511 response.secondary_phy = host_pb2.SECONDARY_CODED
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/SCN/ |
D | BV_20_C.py | 146 secondary_phy=ll.PhyType.NO_PACKETS, 183 secondary_phy=hci.SecondaryPhyType.NO_PACKETS, 248 secondary_phy=hci.SecondaryPhyType.NO_PACKETS,
|
D | BV_79_C.py | 89 secondary_phy=ll.PhyType.NO_PACKETS, 109 secondary_phy=hci.SecondaryPhyType.NO_PACKETS,
|
D | BV_19_C.py | 148 secondary_phy=ll.PhyType.NO_PACKETS, 198 secondary_phy=hci.SecondaryPhyType.NO_PACKETS,
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 46 uint8_t secondary_phy, 91 uint8_t secondary_phy, uint8_t advertising_sid,
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | bt_adv.rs | 38 secondary_phy: LePhy::Phy1m, in new()
|
D | dbus_iface.rs | 557 secondary_phy: u8, field 1308 secondary_phy: LePhy, field
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_callback.h | 67 uint8_t secondary_phy,
|
D | le_scanning_manager.cc | 447 uint8_t secondary_phy, in process_advertising_package_content() 490 secondary_phy, in process_advertising_package_content()
|
D | le_periodic_sync_manager_test.cc | 182 uint8_t secondary_phy,
|
D | le_scanning_manager_test.cc | 255 uint8_t secondary_phy,
|
/packages/modules/Bluetooth/system/main/shim/ |
D | le_scanning_manager.cc | 135 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 538 secondary_phy, advertising_sid, tx_power, rssi, in OnScanResult() 543 event_type, ble_addr_type, raw_address, primary_phy, secondary_phy, in OnScanResult()
|
D | ble_scanner_interface_impl.h | 111 uint8_t secondary_phy, uint8_t advertising_sid,
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 589 uint8_t primary_phy, uint8_t secondary_phy, in OnScanResult() argument 631 uint8_t secondary_phy = 0; in TEST_F() local 639 secondary_phy, advertising_sid, tx_power, rssi, in TEST_F()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.h | 46 uint8_t secondary_phy,
|
D | gatt_ble_scanner_shim.cc | 147 uint8_t secondary_phy, in OnScanResult() argument 158 secondary_phy, in OnScanResult()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_gap.cc | 282 uint8_t secondary_phy, 1992 uint8_t secondary_phy, in btm_ble_update_inq_result() argument 2004 p_cur->ble_secondary_phy = secondary_phy; in btm_ble_update_inq_result() 2140 uint8_t secondary_phy, in btm_ble_process_adv_pkt_cont() argument 2239 secondary_phy, advertising_sid, tx_power, rssi, 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 2355 secondary_phy, advertising_sid, tx_power, rssi, in btm_ble_process_adv_pkt_cont_for_inquiry()
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/ |
D | BV_47_C.py | 201 secondary_phy=ll.PhyType.NO_PACKETS,
|
D | BV_26_C.py | 192 secondary_phy=ll.PhyType.NO_PACKETS,
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 357 secondary_phy: u8, field 570 secondary_phy: LePhy, field
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | link_layer_packets.pdl | 175 secondary_phy: PhyType,
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 1236 pub secondary_phy: u8, field 3739 secondary_phy: u8, in on_scan_result() 3997 secondary_phy: u8, in on_scan_result() 4011 secondary_phy, in on_scan_result() 4125 secondary_phy: 0, /* not used */ in on_track_adv_found_lost()
|
D | bluetooth_adv.rs | 45 pub secondary_phy: LePhy, field 248 secondary_advertising_phy: self.secondary_phy.into(), in into()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 3384 auto secondary_phy = pdu.GetSecondaryPhy(); in ScanIncomingLeExtendedAdvertisingPdu() local 3401 if ((secondary_phy == model::packets::PhyType::LE_2M && in ScanIncomingLeExtendedAdvertisingPdu() 3404 (secondary_phy == model::packets::PhyType::LE_CODED_S8 && in ScanIncomingLeExtendedAdvertisingPdu() 3407 (secondary_phy == model::packets::PhyType::LE_CODED_S2 && in ScanIncomingLeExtendedAdvertisingPdu() 3413 model::packets::PhyTypeText(secondary_phy)); in ScanIncomingLeExtendedAdvertisingPdu() 3515 static_cast<bluetooth::hci::SecondaryPhyType>(secondary_phy); in ScanIncomingLeExtendedAdvertisingPdu() 3628 scanner_.secondary_scan_response_phy = secondary_phy; in ScanIncomingLeExtendedAdvertisingPdu()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 224 uint8_t secondary_phy, uint8_t advertising_sid, 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()
|