Home
last modified time | relevance | path

Searched refs:ble_connecting_bda (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_ble.cc61 if (memcmp(rem_bda, l2cb.ble_connecting_bda, BD_ADDR_LEN)) { in L2CA_CancelBleConnectReq()
64 (l2cb.ble_connecting_bda[0] << 24) + in L2CA_CancelBleConnectReq()
65 (l2cb.ble_connecting_bda[1] << 16) + in L2CA_CancelBleConnectReq()
66 (l2cb.ble_connecting_bda[2] << 8) + l2cb.ble_connecting_bda[3], in L2CA_CancelBleConnectReq()
67 (l2cb.ble_connecting_bda[4] << 8) + l2cb.ble_connecting_bda[5], in L2CA_CancelBleConnectReq()
419 memcmp(bda, l2cb.ble_connecting_bda, BD_ADDR_LEN) == 0) { in l2cble_advertiser_conn_comp()
919 memcpy(l2cb.ble_connecting_bda, p_lcb->remote_bd_addr, BD_ADDR_LEN); in l2cble_init_direct_conn()
Dl2c_int.h515 BD_ADDR ble_connecting_bda; member
Dl2c_link.cc524 L2CA_CancelBleConnectReq(l2cb.ble_connecting_bda); in l2c_link_timeout()
Dl2c_utils.cc167 if (!memcmp(l2cb.ble_connecting_bda, p_lcb->remote_bd_addr, BD_ADDR_LEN)) in l2cu_release_lcb()