Home
last modified time | relevance | path

Searched refs:LAP (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dbt_lap.h22 typedef uint8_t LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */ typedef
Dhcimsgs.h224 uint8_t num_cur_iac, LAP* const iac_lap); /* Write Current IAC LAP */
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hcicmds.h580 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()
Dmock_stack_hcic_hcicmds.cc327 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/
Dbtm_inq.cc180 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/
Dlink_layer_packets.pdl106 lap : 8, // The IAC is derived from the LAP
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc1165 void btsnd_hcic_write_cur_iac_lap(uint8_t num_cur_iac, LAP* const iac_lap) { in btsnd_hcic_write_cur_iac_lap()