Home | History | Annotate | Download | only in l2cap

Lines Matching refs:bda

59         L2CAP_TRACE_WARNING4 ("L2CA_CancelBleConnectReq - different  BDA Connecting: %08x%04x  Cancel: %08x%04x",
251 void l2cble_scanner_conn_comp (UINT16 handle, BD_ADDR bda, tBLE_ADDR_TYPE type,
255 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bda);
263 p_lcb = l2cu_find_lcb_by_bd_addr (bda);
268 p_lcb = l2cu_allocate_lcb (bda, FALSE);
327 btm_acl_created (bda, NULL, p_dev_rec->sec_bd_name, handle, p_lcb->link_role, TRUE);
351 void l2cble_advertiser_conn_comp (UINT16 handle, BD_ADDR bda, tBLE_ADDR_TYPE type,
358 p_lcb = l2cu_find_lcb_by_bd_addr (bda);
363 p_lcb = l2cu_allocate_lcb (bda, FALSE);
390 p_dev_rec = btm_find_or_alloc_dev (bda);
392 btm_acl_created (bda, NULL, p_dev_rec->sec_bd_name, handle, p_lcb->link_role, TRUE);
409 void l2cble_conn_comp(UINT16 handle, UINT8 role, BD_ADDR bda, tBLE_ADDR_TYPE type,
414 l2cble_scanner_conn_comp(handle, bda, type, conn_interval, conn_latency, conn_timeout);
418 l2cble_advertiser_conn_comp(handle, bda, type, conn_interval, conn_latency, conn_timeout);