Searched refs:LAP (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/stack/include/ |
D | bt_lap.h | 22 typedef uint8_t LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */ typedef
|
D | hcimsgs.h | 224 uint8_t num_cur_iac, LAP* const iac_lap); /* Write Current IAC LAP */
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hcicmds.h | 580 std::function<void(uint8_t num_cur_iac, LAP* const iac_lap)> body{ 581 [](uint8_t /* num_cur_iac */, LAP* const /* iac_lap */) {}}; 582 void operator()(uint8_t num_cur_iac, LAP* const iac_lap) { in operator()
|
D | mock_stack_hcic_hcicmds.cc | 327 void btsnd_hcic_write_cur_iac_lap(uint8_t num_cur_iac, LAP* const iac_lap) { in btsnd_hcic_write_cur_iac_lap()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_inq.cc | 180 static const LAP general_inq_lap = {0x9e, 0x8b, 0x33}; 181 static const LAP limited_inq_lap = {0x9e, 0x8b, 0x00}; 277 LAP temp_lap[2]; in BTM_SetDiscoverability() 307 btsnd_hcic_write_cur_iac_lap(2, (LAP * const)temp_lap); in BTM_SetDiscoverability() 309 btsnd_hcic_write_cur_iac_lap(1, (LAP * const) & general_inq_lap); in BTM_SetDiscoverability()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | link_layer_packets.pdl | 106 lap : 8, // The IAC is derived from the LAP
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 1165 void btsnd_hcic_write_cur_iac_lap(uint8_t num_cur_iac, LAP* const iac_lap) { in btsnd_hcic_write_cur_iac_lap()
|