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

  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 626 ** Function BTA_GATTC_CancelOpen
638 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 511 BTA_GATTC_CancelOpen(p_cb->client_if, p_cb->bd_addr.address, TRUE);
514 BTA_GATTC_CancelOpen(p_cb->client_if, p_cb->bd_addr.address, FALSE);
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 162 ** Function BTA_GATTC_CancelOpen
174 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 802 BTA_GATTC_CancelOpen(0, p_remove_acl->bd_addr, FALSE);
    [all...]

Completed in 602 milliseconds