Searched refs:adv_type (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/stack/include/ |
D | advertise_data_parser.h | 128 uint8_t adv_type = ad[position + 1]; in GetFieldByType() local 130 if (adv_type == type) { in GetFieldByType()
|
D | hcimsgs.h | 257 void btsnd_hcic_ble_write_adv_params(uint16_t adv_int_min, uint16_t adv_int_max, uint8_t adv_type,
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hciblecmds.h | 449 std::function<void(uint16_t adv_int_min, uint16_t adv_int_max, uint8_t adv_type, 456 void operator()(uint16_t adv_int_min, uint16_t adv_int_max, uint8_t adv_type, in operator() 459 body(adv_int_min, adv_int_max, adv_type, addr_type_own, addr_type_dir, direct_bda, channel_map, in operator()
|
D | mock_stack_hcic_hciblecmds.cc | 254 void btsnd_hcic_ble_write_adv_params(uint16_t adv_int_min, uint16_t adv_int_max, uint8_t adv_type, in btsnd_hcic_ble_write_adv_params() argument 260 adv_int_min, adv_int_max, adv_type, addr_type_own, addr_type_dir, direct_bda, channel_map, in btsnd_hcic_ble_write_adv_params()
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hciblecmds.cc | 113 void btsnd_hcic_ble_write_adv_params(uint16_t adv_int_min, uint16_t adv_int_max, uint8_t adv_type, in btsnd_hcic_ble_write_adv_params() argument 128 UINT8_TO_STREAM(pp, adv_type); in btsnd_hcic_ble_write_adv_params()
|