Searched refs:LAP (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | hcimsgs.h | 33 extern void btsnd_hcic_inquiry(const LAP inq_lap, uint8_t duration, 50 const LAP inq_lap, uint8_t duration, 605 uint8_t num_cur_iac, LAP* const iac_lap); /* Write Current IAC LAP */
|
D | bt_types.h | 602 typedef uint8_t LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */ typedef
|
/system/bt/stack/btm/ |
D | btm_inq.cc | 59 static const LAP general_inq_lap = {0x9e, 0x8b, 0x33}; 60 static const LAP limited_inq_lap = {0x9e, 0x8b, 0x00}; 150 LAP temp_lap[2]; in BTM_SetDiscoverability() 199 btsnd_hcic_write_cur_iac_lap(2, (LAP * const)temp_lap); in BTM_SetDiscoverability() 201 btsnd_hcic_write_cur_iac_lap(1, (LAP * const) & general_inq_lap); in BTM_SetDiscoverability() 1549 const LAP* lap; in btm_initiate_inquiry()
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 37 void btsnd_hcic_inquiry(const LAP inq_lap, uint8_t duration, in btsnd_hcic_inquiry() 68 const LAP inq_lap, uint8_t duration, in btsnd_hcic_per_inq_mode() 940 void btsnd_hcic_write_cur_iac_lap(uint8_t num_cur_iac, LAP* const iac_lap) { in btsnd_hcic_write_cur_iac_lap()
|