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

  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 168 tBNEP_CONN *bcb; local
171 if ((bcb = bnepu_find_bcb_by_cid (l2cap_cid)) == NULL)
179 if ((result == L2CAP_CONN_OK) && (bcb->con_state == BNEP_STATE_CONN_START))
181 bcb->con_state = BNEP_STATE_CFG_SETUP;
187 btu_start_timer (&bcb->conn_tle, BTU_TTYPE_BNEP, BNEP_CONN_TIMEOUT);
189 BNEP_TRACE_EVENT ("BNEP - got conn cnf, sent cfg req, CID: 0x%x", bcb->l2cap_cid);
193 BNEP_TRACE_WARNING ("BNEP - Rcvd conn cnf with error: 0x%x CID 0x%x", result, bcb->l2cap_cid);
197 bcb->con_flags & BNEP_FLAGS_IS_ORIG)
199 (*bnep_cb.p_conn_state_cb) (bcb->handle, bcb->rem_bda, BNEP_CONN_FAILED, FALSE)
    [all...]
bnep_api.c 248 p_bcb = &(bnep_cb.bcb[handle - 1]);
325 p_bcb = &(bnep_cb.bcb[handle - 1]);
377 p_bcb = &(bnep_cb.bcb[handle - 1]);
495 p_bcb = &(bnep_cb.bcb[handle - 1]);
596 p_bcb = &(bnep_cb.bcb[handle - 1]);
659 p_bcb = &(bnep_cb.bcb[handle - 1]);
754 p_bcb = &(bnep_cb.bcb[handle - 1]);
bnep_int.h 171 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS]; member in struct:__anon5853
bnep_utils.c 48 ** Description This function searches the bcb table for an entry with the
51 ** Returns the BCB address, or NULL if not found.
60 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
75 ** Description This function searches the BCB table for an entry with the
78 ** Returns the BCB address, or NULL if not found.
87 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
105 ** Description This function allocates a new BCB.
107 ** Returns BCB address, or NULL if none available.
116 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
131 /* If here, no free BCB found *
    [all...]
  /external/bluetooth/bluedroid/stack/avct/
avct_api.c 279 p_bcb = &avct_cb.bcb[index - 1];
286 /* bind bcb to ccb */
328 /* send unbind event to bcb */
449 /* send msg event to bcb */
454 /* BCB channel is not open and not allocated */
avct_int.h 107 tAVCT_BCB *p_bcb; /* associated BCB */
109 UINT8 allocated; /* Whether LCB/BCB is allocated */
133 tAVCT_BCB bcb[AVCT_NUM_LINKS]; /* browse control blocks */ member in struct:__anon5824
178 /* BCB action functions */
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 112 __s16 by, bcr, bcb; member in struct:omap_dss_cconv_coefs
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 623 milliseconds