Home
last modified time | relevance | path

Searched refs:LAP_LEN (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h241 …AM(p, a) {register int ijk; for (ijk = 0; ijk < LAP_LEN; ijk++) *(p)++ = (UINT8) a[LAP_L…
255 … {register int ijk; register UINT8 *plap = (UINT8 *)a + LAP_LEN - 1; for (ijk = 0; ijk < LAP_LEN; …
345 #define LAP_LEN 3 macro
346 typedef UINT8 LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */
347 typedef UINT8 INQ_LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c1379 if ((p = HCI_GET_CMD_BUF(1 + (LAP_LEN * num_cur_iac))) == NULL) { in btsnd_hcic_write_cur_iac_lap()
1385 p->len = HCIC_PREAMBLE_SIZE + 1 + (LAP_LEN * num_cur_iac); in btsnd_hcic_write_cur_iac_lap()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c213 memcpy (temp_lap[0], limited_inq_lap, LAP_LEN); in BTM_SetDiscoverability()
214 memcpy (temp_lap[1], general_inq_lap, LAP_LEN); in BTM_SetDiscoverability()