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

  /external/bluetooth/bluedroid/stack/bnep/
bnep_int.h 163 } tBNEP_CONN;
171 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];
207 extern void bnep_disconnect (tBNEP_CONN *p_bcb, UINT16 reason);
208 extern tBNEP_CONN *bnep_conn_originate (UINT8 *p_bd_addr);
210 extern void bnep_connected (tBNEP_CONN *p_bcb);
215 extern tBNEP_CONN *bnepu_find_bcb_by_cid (UINT16 cid);
216 extern tBNEP_CONN *bnepu_find_bcb_by_bd_addr (UINT8 *p_bda);
217 extern tBNEP_CONN *bnepu_allocate_bcb (BD_ADDR p_rem_bda);
218 extern void bnepu_release_bcb (tBNEP_CONN *p_bcb);
219 extern void bnepu_send_peer_our_filters (tBNEP_CONN *p_bcb)
    [all...]
bnep_utils.c 39 void bnepu_process_peer_multicast_filter_set (tBNEP_CONN *p_bcb, UINT8 *p_filters, UINT16 len);
40 void bnepu_send_peer_multicast_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code);
53 tBNEP_CONN *bnepu_find_bcb_by_cid (UINT16 cid)
56 tBNEP_CONN *p_bcb;
80 tBNEP_CONN *bnepu_find_bcb_by_bd_addr (UINT8 *p_bda)
83 tBNEP_CONN *p_bcb;
109 tBNEP_CONN *bnepu_allocate_bcb (BD_ADDR p_rem_bda)
112 tBNEP_CONN *p_bcb;
119 memset ((UINT8 *)p_bcb, 0, sizeof (tBNEP_CONN));
144 void bnepu_release_bcb (tBNEP_CONN *p_bcb
    [all...]
bnep_api.c 141 tBNEP_CONN *p_bcb = bnepu_find_bcb_by_bd_addr (p_rem_bda);
242 tBNEP_CONN *p_bcb;
320 tBNEP_CONN *p_bcb;
368 tBNEP_CONN *p_bcb;
482 tBNEP_CONN *p_bcb;
591 tBNEP_CONN *p_bcb;
654 tBNEP_CONN *p_bcb;
746 tBNEP_CONN *p_bcb;
bnep_main.c 122 tBNEP_CONN *p_bcb = bnepu_find_bcb_by_bd_addr (bd_addr);
166 tBNEP_CONN *bcb;
216 tBNEP_CONN *p_bcb;
290 tBNEP_CONN *p_bcb;
349 tBNEP_CONN *p_bcb;
407 tBNEP_CONN *p_bcb;
465 tBNEP_CONN *p_bcb;
674 tBNEP_CONN *p_bcb;
688 p_bcb = (tBNEP_CONN *)p_tle->param;
790 void bnep_connected (tBNEP_CONN *p_bcb
    [all...]

Completed in 181 milliseconds