HomeSort by relevance Sort by last modified time
    Searched full:bta_gatts_close (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_main.c 99 bta_gatts_close(p_cb,(tBTA_GATTS_DATA *) p_msg);
bta_gatts_int.h 244 extern void bta_gatts_close (tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg);
bta_gatts_act.c 679 ** Function bta_gatts_close
686 void bta_gatts_close (tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg) function
697 APPL_TRACE_ERROR1("bta_gatts_close fail conn_id=%d", p_msg->hdr.layer_specific);
bta_gatts_api.c 512 ** Function BTA_GATTS_Close
521 void BTA_GATTS_Close(UINT16 conn_id)
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c 383 BTA_GATTS_Close(p_cb->conn_id);

Completed in 89 milliseconds