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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 170 ** Function BTA_GATTC_CancelOpen
182 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 642 ** Function BTA_GATTC_CancelOpen
654 BTA_API extern void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 644 BTA_GATTC_CancelOpen(p_cb->client_if, p_cb->bd_addr.address, TRUE);
647 BTA_GATTC_CancelOpen(p_cb->client_if, p_cb->bd_addr.address, FALSE);
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 678 BTA_GATTC_CancelOpen(0, p_dev->bd_addr, FALSE);
813 BTA_GATTC_CancelOpen(0, p_remove_acl->bd_addr, FALSE);
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c     [all...]

Completed in 340 milliseconds