Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c60 if (bta_sys_is_register(BTA_ID_GATTS) == FALSE) { in BTA_GATTS_Disable()
69 bta_sys_deregister(BTA_ID_GATTS); in BTA_GATTS_Disable()
91 if (bta_sys_is_register(BTA_ID_GATTS) == FALSE) { in BTA_GATTS_AppRegister()
92 bta_sys_register(BTA_ID_GATTS, &bta_gatts_reg); in BTA_GATTS_AppRegister()
Dbta_gatts_act.c701 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda); in bta_gatts_indicate_handle()
702 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda); in bta_gatts_indicate_handle()
845 bta_sys_conn_close( BTA_ID_GATTS , BTA_ALL_APP_ID, remote_bda); in bta_gatts_close()
967 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda); in bta_gatts_send_request_cback()
968 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda); in bta_gatts_send_request_cback()
1023 bta_sys_conn_open(BTA_ID_GATTS, BTA_ALL_APP_ID, bda); in bta_gatts_conn_cback()
1025 bta_sys_conn_close( BTA_ID_GATTS , BTA_ALL_APP_ID, bda); in bta_gatts_conn_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h37 BTA_GATTS_API_REG_EVT = BTA_SYS_EVT_START(BTA_ID_GATTS),
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_sys.h92 #define BTA_ID_GATTS 32 /* GATT Client */ macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_cfg.c141 , {BTA_ID_GATTS, BTA_ALL_APP_ID, 9} /* gatts spec table */