Searched refs:BTA_ID_GATTC (Results 1 – 5 of 5) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
| D | bta_gattc_api.c | 60 if (bta_sys_is_register(BTA_ID_GATTC) == FALSE) { in BTA_GATTC_Disable() 68 bta_sys_deregister(BTA_ID_GATTC); in BTA_GATTC_Disable() 89 if (bta_sys_is_register(BTA_ID_GATTC) == FALSE) { in BTA_GATTC_AppRegister() 90 bta_sys_register(BTA_ID_GATTC, &bta_gattc_reg); in BTA_GATTC_AppRegister() 195 if(bta_sys_is_register(BTA_ID_GATTC) == FALSE) { in BTA_GATTC_CancelOpen() 1022 if(bta_sys_is_register(BTA_ID_GATTC) == FALSE) { in BTA_GATTC_Refresh()
|
| D | bta_gattc_act.c | 758 bta_sys_conn_open(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_conn() 864 bta_sys_conn_close( BTA_ID_GATTC , BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_close() 1332 bta_sys_busy(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_confirm() 1333 bta_sys_idle(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_confirm() 2193 bta_sys_busy(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_cmpl_cback() 2194 bta_sys_idle(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_cmpl_cback()
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
| D | bta_sys.h | 91 #define BTA_ID_GATTC 31 /* GATT Client */ macro
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
| D | bta_dm_cfg.c | 140 , {BTA_ID_GATTC, BTA_ALL_APP_ID, 8} /* gattc spec table */
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/ |
| D | bta_gattc_int.h | 39 BTA_GATTC_API_OPEN_EVT = BTA_SYS_EVT_START(BTA_ID_GATTC),
|