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, 603 uint8_t num_cur_iac, LAP* const iac_lap); /* Write Current IAC LAP */
|
D | bt_types.h | 621 typedef uint8_t LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */ typedef
|
/system/bt/stack/btm/ |
D | btm_inq.cc | 62 static const LAP general_inq_lap = {0x9e, 0x8b, 0x33}; 63 static const LAP limited_inq_lap = {0x9e, 0x8b, 0x00}; 165 LAP temp_lap[2]; in BTM_SetDiscoverability() 214 btsnd_hcic_write_cur_iac_lap(2, (LAP * const)temp_lap); in BTM_SetDiscoverability() 216 btsnd_hcic_write_cur_iac_lap(1, (LAP * const) & general_inq_lap); in BTM_SetDiscoverability() 1461 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() 938 void btsnd_hcic_write_cur_iac_lap(uint8_t num_cur_iac, LAP* const iac_lap) { in btsnd_hcic_write_cur_iac_lap()
|