HomeSort by relevance Sort by last modified time
    Searched refs:LAP (Results 1 - 9 of 9) sorted by null

  /external/tcpdump/
appletalk.h 26 struct LAP {
print-atalk.c 96 register const struct LAP *lp;
110 lp = (const struct LAP *)bp;
157 printf("%d > %d at-lap#%d %d",
print-udp.c 561 if (TTEST(((struct LAP *)cp)->type) &&
562 ((struct LAP *)cp)->type == lapDDP &&
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 50 static const LAP general_inq_lap = {0x9e,0x8b,0x33};
51 static const LAP limited_inq_lap = {0x9e,0x8b,0x00};
182 LAP temp_lap[2];
242 if (!btsnd_hcic_write_cur_iac_lap (2, (LAP * const) temp_lap))
247 if (!btsnd_hcic_write_cur_iac_lap (1, (LAP * const) &general_inq_lap))
1904 const LAP *lap; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 76 HCI_API extern BOOLEAN btsnd_hcic_inquiry(const LAP inq_lap, UINT8 duration,
94 const LAP inq_lap, UINT8 duration,
    [all...]
bt_types.h 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) */
  /external/libnfc-nci/src/include/
bt_types.h 330 typedef UINT8 LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */
331 typedef UINT8 INQ_LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 43 BOOLEAN btsnd_hcic_inquiry(const LAP inq_lap, UINT8 duration, UINT8 response_cnt)
87 const LAP inq_lap, UINT8 duration, UINT8 response_cnt)
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 284 milliseconds