/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_api.c | 157 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, in GATTS_CreateService() 389 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst) in GATTS_DeleteService() 460 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle, in GATTS_StartService() 599 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueIndication() local 671 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueNotification() local 722 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_SendRsp() local 867 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_ConfigureMTU() local 924 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Discover() local 991 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Read() local 1077 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Write() local [all …]
|
D | gatt_utils.c | 1525 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_sr_send_req_callback() local 1673 tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if) in gatt_get_regcb() 1778 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_clcb_alloc() local 2023 void gatt_sr_update_cback_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_… in gatt_sr_update_cback_cnt() 2053 void gatt_sr_update_prep_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_f… in gatt_sr_update_prep_cnt() 2082 BOOLEAN gatt_cancel_open(tGATT_IF gatt_if, BD_ADDR bda) in gatt_cancel_open() 2474 BOOLEAN gatt_is_bg_dev_for_app(tGATT_BG_CONN_DEV *p_dev, tGATT_IF gatt_if) in gatt_is_bg_dev_for_app() 2542 tGATT_IF gatt_if = p_reg->gatt_if; in gatt_add_bg_dev_list() local 2604 BOOLEAN gatt_remove_bg_dev_for_app(tGATT_IF gatt_if, BD_ADDR bd_addr) in gatt_remove_bg_dev_for_app() 2684 tGATT_IF gatt_if = p_reg->gatt_if; in gatt_remove_bg_dev_from_list() local [all …]
|
D | gatt_main.c | 297 void gatt_update_app_hold_link_status (tGATT_IF gatt_if, tGATT_TCB *p_tcb, BOOLEAN is_add) in gatt_update_app_hold_link_status() 342 void gatt_update_app_use_link_flag (tGATT_IF gatt_if, tGATT_TCB *p_tcb, BOOLEAN is_add, BOOLEAN che… in gatt_update_app_use_link_flag()
|
D | gatt_attr.c | 395 static void gatt_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gatt_connect_cback()
|
D | gatt_sr.c | 401 tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, in gatt_sr_process_app_rsp() 474 tGATT_IF gatt_if; in gatt_process_exec_write_req() local
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_act.c | 673 tGATT_IF gatt_if; in bta_gatts_indicate_handle() local 828 tGATT_IF gatt_if; in bta_gatts_close() local 953 tGATT_IF gatt_if; in bta_gatts_send_request_cback() local 996 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in bta_gatts_conn_cback()
|
D | bta_gattc_api.c | 1174 uint8_t BTA_GATTC_Discover(uint8_t gatt_if, uint16_t conn_id, void *uuid, uint8_t disc_type, uint16… in BTA_GATTC_Discover() 1213 uint8_t BTA_GATTC_ReadLongChar(uint8_t gatt_if, uint16_t conn_id, uint16_t handle, uint16_t offset,… in BTA_GATTC_ReadLongChar()
|
D | bta_gatts_api.c | 657 uint8_t BTA_GATTS_SendMultiNotification(uint8_t gatt_if, uint16_t conn_id, void *tuples, uint16_t n… in BTA_GATTS_SendMultiNotification()
|
D | bta_gattc_act.c | 706 tBTA_GATTC_IF gatt_if; in bta_gattc_conn() local 2105 tBTA_GATTC_IF gatt_if; in bta_gattc_process_indicate() local
|
D | bta_gattc_utils.c | 590 tBTA_GATTC_IF gatt_if; in bta_gattc_clear_notif_registration() local
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gatt_util.h | 17 #define BTC_GATT_CREATE_CONN_ID(gatt_if, conn_id) ((uint16_t) ((((uint8_t)(conn_id)) << 8) | ((uin… argument
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/dis/ |
D | dis_profile.c | 204 void DIS_Init (esp_gatts_if_t gatt_if, tDIS_ATTR_MASK dis_attr_mask) in DIS_Init()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 32 #define GATT_CREATE_CONN_ID(tcb_idx, gatt_if) ((UINT16) ((((UINT8)(tcb_idx) ) << 8) | ((UINT8) (ga… argument 247 tGATT_IF gatt_if; /* this service is belong to which application */ member 262 tGATT_IF gatt_if; /* one based */ member 484 tGATT_IF gatt_if[GATT_MAX_APPS]; member 517 tGATT_IF gatt_if; member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/include/ |
D | wx_airsync_prf.h | 81 tGATT_IF gatt_if; member
|
D | button_pro.h | 89 esp_gatt_if_t gatt_if; member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 380 void bas_init(tBTA_GATTS_IF gatt_if, UINT16 app_id) in bas_init()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 604 static void gap_ble_c_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gap_ble_c_connect_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/include/ |
D | gap_int.h | 141 tGATT_IF gatt_if; member
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/include/ |
D | blufi_int.h | 27 tGATT_IF gatt_if; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gatts_int.h | 190 tBTA_GATTS_IF gatt_if; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/ |
D | bta_hh_int.h | 299 tBTA_GATTC_IF gatt_if; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 42 #define BLE_MESH_GATT_CREATE_CONN_ID(gatt_if, conn_id) ((uint16_t)((((uint8_t)(conn_id)) << 8) | (… argument
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 573 static void btc_scan_params_callback(tGATT_IF gatt_if, tBTM_STATUS status) in btc_scan_params_callback()
|