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

  /system/bt/stack/bnep/
bnep_int.h 163 } tBNEP_CONN;
171 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];
204 extern void bnep_disconnect (tBNEP_CONN *p_bcb, UINT16 reason);
205 extern tBNEP_CONN *bnep_conn_originate (UINT8 *p_bd_addr);
207 extern void bnep_connected (tBNEP_CONN *p_bcb);
212 extern tBNEP_CONN *bnepu_find_bcb_by_cid (UINT16 cid);
213 extern tBNEP_CONN *bnepu_find_bcb_by_bd_addr (UINT8 *p_bda);
214 extern tBNEP_CONN *bnepu_allocate_bcb (BD_ADDR p_rem_bda);
215 extern void bnepu_release_bcb (tBNEP_CONN *p_bcb);
216 extern void bnepu_send_peer_our_filters (tBNEP_CONN *p_bcb)
    [all...]
bnep_utils.c 43 void bnepu_process_peer_multicast_filter_set (tBNEP_CONN *p_bcb, UINT8 *p_filters, UINT16 len);
44 void bnepu_send_peer_multicast_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code);
57 tBNEP_CONN *bnepu_find_bcb_by_cid (UINT16 cid)
60 tBNEP_CONN *p_bcb;
84 tBNEP_CONN *bnepu_find_bcb_by_bd_addr (UINT8 *p_bda)
87 tBNEP_CONN *p_bcb;
113 tBNEP_CONN *bnepu_allocate_bcb (BD_ADDR p_rem_bda)
116 tBNEP_CONN *p_bcb;
124 memset ((UINT8 *)p_bcb, 0, sizeof (tBNEP_CONN));
149 void bnepu_release_bcb (tBNEP_CONN *p_bcb
    [all...]
bnep_api.c 140 tBNEP_CONN *p_bcb = bnepu_find_bcb_by_bd_addr (p_rem_bda);
238 tBNEP_CONN *p_bcb;
315 tBNEP_CONN *p_bcb;
363 tBNEP_CONN *p_bcb;
476 tBNEP_CONN *p_bcb;
580 tBNEP_CONN *p_bcb;
639 tBNEP_CONN *p_bcb;
709 tBNEP_CONN *p_bcb;
bnep_main.c 125 tBNEP_CONN *p_bcb = bnepu_find_bcb_by_bd_addr (bd_addr);
172 tBNEP_CONN *p_bcb;
224 tBNEP_CONN *p_bcb;
300 tBNEP_CONN *p_bcb;
361 tBNEP_CONN *p_bcb;
419 tBNEP_CONN *p_bcb;
477 tBNEP_CONN *p_bcb;
682 tBNEP_CONN *p_bcb = (tBNEP_CONN *)data;
786 void bnep_connected (tBNEP_CONN *p_bcb
    [all...]

Completed in 85 milliseconds