HomeSort by relevance Sort by last modified time
    Searched refs:ble_connecting_bda (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/l2cap/
l2c_ble.cc 63 if (rem_bda != l2cb.ble_connecting_bda) {
65 << " different BDA Connecting: " << l2cb.ble_connecting_bda
406 if (l2cb.is_ble_connecting && bda == l2cb.ble_connecting_bda) {
    [all...]
l2c_int.h 516 RawAddress ble_connecting_bda; member in struct:__anon113950
    [all...]
l2c_link.cc 527 L2CA_CancelBleConnectReq(l2cb.ble_connecting_bda);
    [all...]
l2c_utils.cc 179 if (l2cb.ble_connecting_bda == p_lcb->remote_bd_addr)
    [all...]

Completed in 2062 milliseconds