Lines Matching full:bd_addr
38 void avdt_l2c_connect_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id);
72 static void avdt_sec_check_complete_term (BD_ADDR bd_addr, void *p_ref_data, UINT8 res)
79 if (!bd_addr)
81 AVDT_TRACE_WARNING0("avdt_sec_check_complete_term: NULL BD_ADDR");
85 p_ccb = avdt_ccb_by_bd(bd_addr);
94 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, L2CAP_CONN_OK);
113 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
128 static void avdt_sec_check_complete_orig (BD_ADDR bd_addr, void *p_ref_data, UINT8 res)
135 if (bd_addr)
136 p_ccb = avdt_ccb_by_bd(bd_addr);
170 void avdt_l2c_connect_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id)
179 if ((p_ccb = avdt_ccb_by_bd(bd_addr)) == NULL)
182 if ((p_ccb = avdt_ccb_alloc(bd_addr)) == NULL)
200 rc = btm_sec_mx_access_request (bd_addr, AVDT_PSM,
242 L2CA_ConnectRsp(bd_addr, id, lcid, result, 0);