Home
last modified time | relevance | path

Searched refs:BTA_ID_GATTS (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/gatt/
Dbta_gatts_api.cc55 if (!bta_sys_is_register(BTA_ID_GATTS)) { in BTA_GATTS_Disable()
63 bta_sys_deregister(BTA_ID_GATTS); in BTA_GATTS_Disable()
85 if (!bta_sys_is_register(BTA_ID_GATTS)) in BTA_GATTS_AppRegister()
86 bta_sys_register(BTA_ID_GATTS, &bta_gatts_reg); in BTA_GATTS_AppRegister()
Dbta_gatts_act.cc398 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda); in bta_gatts_indicate_handle()
399 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda); in bta_gatts_indicate_handle()
518 bta_sys_conn_close(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda); in bta_gatts_close()
558 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda); in bta_gatts_send_request_cback()
559 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda); in bta_gatts_send_request_cback()
608 bta_sys_conn_open(BTA_ID_GATTS, BTA_ALL_APP_ID, bdaddr); in bta_gatts_conn_cback()
610 bta_sys_conn_close(BTA_ID_GATTS, BTA_ALL_APP_ID, bdaddr); in bta_gatts_conn_cback()
Dbta_gatts_int.h39 BTA_GATTS_API_REG_EVT = BTA_SYS_EVT_START(BTA_ID_GATTS),
/system/bt/bta/sys/
Dbta_sys.h94 #define BTA_ID_GATTS 32 /* GATT Client */ macro
/system/bt/bta/dm/
Dbta_dm_cfg.cc155 {BTA_ID_GATTS, BTA_ALL_APP_ID, 15} /* gatts spec table */