Searched refs:ble_connecting_bda (Results 1 – 3 of 3) sorted by relevance
57 if (memcmp (rem_bda, l2cb.ble_connecting_bda, BD_ADDR_LEN)) in L2CA_CancelBleConnectReq()60 …(l2cb.ble_connecting_bda[0]<<24)+(l2cb.ble_connecting_bda[1]<<16)+(l2cb.ble_connecting_bda[2]<<8)+… in L2CA_CancelBleConnectReq()61 (l2cb.ble_connecting_bda[4]<<8)+l2cb.ble_connecting_bda[5], in L2CA_CancelBleConnectReq()639 memcpy (l2cb.ble_connecting_bda, p_lcb->remote_bd_addr, BD_ADDR_LEN); in l2cble_init_direct_conn()
507 BD_ADDR ble_connecting_bda; member
527 L2CA_CancelBleConnectReq(l2cb.ble_connecting_bda); in l2c_link_timeout()