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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_api.c60 if (bta_sys_is_register(BTA_ID_GATTS) == FALSE)
71 bta_sys_deregister(BTA_ID_GATTS);
93 if (bta_sys_is_register(BTA_ID_GATTS) == FALSE)
95 bta_sys_register(BTA_ID_GATTS, &bta_gatts_reg);
H A Dbta_gatts_act.c670 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
671 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
807 bta_sys_conn_close( BTA_ID_GATTS ,BTA_ALL_APP_ID, remote_bda);
886 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda);
887 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda);
937 bta_sys_conn_open(BTA_ID_GATTS, BTA_ALL_APP_ID, bda);
939 bta_sys_conn_close( BTA_ID_GATTS ,BTA_ALL_APP_ID, bda);
H A Dbta_gatts_int.h39 BTA_GATTS_API_REG_EVT = BTA_SYS_EVT_START(BTA_ID_GATTS),
/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys.h98 #define BTA_ID_GATTS 32 /* GATT Client */ macro
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_cfg.c146 ,{BTA_ID_GATTS, BTA_ALL_APP_ID, 13} /* gatts spec table */

Completed in 94 milliseconds