Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_ble.c57 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()
Dl2c_int.h507 BD_ADDR ble_connecting_bda; member
Dl2c_link.c527 L2CA_CancelBleConnectReq(l2cb.ble_connecting_bda); in l2c_link_timeout()