Searched refs:adv_type (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | advertise_data_parser.h | 120 uint8_t adv_type = ad[position + 1]; in GetFieldByType() local 122 if (adv_type == type) { in GetFieldByType()
|
D | hcimsgs.h | 735 uint16_t adv_int_min, uint16_t adv_int_max, uint8_t adv_type,
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
D | dual_mode_controller.cc | 303 uint8_t adv_type; in LeScan() local 312 adv_type = devices_[dev]->GetAdvertisementType(); in LeScan() 314 adv_type, addr_type, addr, ad, GetRssi(dev))) { in LeScan() 317 CHECK(le_adverts->AddLeAdvertisingReport(adv_type, addr_type, addr, ad, in LeScan() 322 if (le_connect_ && (adv_type == BTM_BLE_CONNECT_EVT || in LeScan() 323 adv_type == BTM_BLE_CONNECT_DIR_EVT)) { in LeScan()
|
/system/bt/stack/hcic/ |
D | hciblecmds.cc | 65 uint8_t adv_type, uint8_t addr_type_own, in btsnd_hcic_ble_write_adv_params() argument 81 UINT8_TO_STREAM(pp, adv_type); in btsnd_hcic_ble_write_adv_params()
|