Searched refs:BTA_ID_GATTS (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gatts_api.c | 60 if (bta_sys_is_register(BTA_ID_GATTS) == FALSE) in BTA_GATTS_Disable() 71 bta_sys_deregister(BTA_ID_GATTS); in BTA_GATTS_Disable() 93 if (bta_sys_is_register(BTA_ID_GATTS) == FALSE) in BTA_GATTS_AppRegister() 95 bta_sys_register(BTA_ID_GATTS, &bta_gatts_reg); in BTA_GATTS_AppRegister()
|
D | bta_gatts_act.c | 668 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda); in bta_gatts_indicate_handle() 669 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda); in bta_gatts_indicate_handle() 805 bta_sys_conn_close( BTA_ID_GATTS ,BTA_ALL_APP_ID, remote_bda); in bta_gatts_close() 884 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda); in bta_gatts_send_request_cback() 885 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda); in bta_gatts_send_request_cback() 942 bta_sys_conn_open(BTA_ID_GATTS, BTA_ALL_APP_ID, bda); in bta_gatts_conn_cback() 944 bta_sys_conn_close( BTA_ID_GATTS ,BTA_ALL_APP_ID, bda); in bta_gatts_conn_cback()
|
D | bta_gatts_int.h | 39 BTA_GATTS_API_REG_EVT = BTA_SYS_EVT_START(BTA_ID_GATTS),
|
/system/bt/bta/sys/ |
D | bta_sys.h | 93 #define BTA_ID_GATTS 32 /* GATT Client */ macro
|
/system/bt/bta/dm/ |
D | bta_dm_cfg.c | 148 ,{BTA_ID_GATTS, BTA_ALL_APP_ID, 14} /* gatts spec table */
|