Searched refs:LAP_LEN (Results 1 – 3 of 3) sorted by relevance
246 …AM(p, a) {register int ijk; for (ijk = 0; ijk < LAP_LEN; ijk++) *(p)++ = (UINT8) a[LAP_L…260 … {register int ijk; register UINT8 *plap = (UINT8 *)a + LAP_LEN - 1; for (ijk = 0; ijk < LAP_LEN; …356 #define LAP_LEN 3 macro357 typedef UINT8 LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */358 typedef UINT8 INQ_LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */
226 memcpy (temp_lap[0], limited_inq_lap, LAP_LEN); in BTM_SetDiscoverability()227 memcpy (temp_lap[1], general_inq_lap, LAP_LEN); in BTM_SetDiscoverability()
1055 p->len = HCIC_PREAMBLE_SIZE + 1 + (LAP_LEN * num_cur_iac); in btsnd_hcic_write_cur_iac_lap()