/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_api.c | 142 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, in GATTS_CreateService() 372 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst) in GATTS_DeleteService() 440 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle, in GATTS_StartService() 574 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueIndication() local 641 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueNotification() local 687 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_SendRsp() local 807 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_ConfigureMTU() local 859 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Discover() local 922 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Read() local 1002 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Write() local [all …]
|
D | gatt_utils.c | 1501 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_sr_send_req_callback() local 1649 tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if) in gatt_get_regcb() 1754 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_clcb_alloc() local 1999 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() 2029 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() 2058 BOOLEAN gatt_cancel_open(tGATT_IF gatt_if, BD_ADDR bda) in gatt_cancel_open() 2450 BOOLEAN gatt_is_bg_dev_for_app(tGATT_BG_CONN_DEV *p_dev, tGATT_IF gatt_if) in gatt_is_bg_dev_for_app() 2518 tGATT_IF gatt_if = p_reg->gatt_if; in gatt_add_bg_dev_list() local 2580 BOOLEAN gatt_remove_bg_dev_for_app(tGATT_IF gatt_if, BD_ADDR bd_addr) in gatt_remove_bg_dev_for_app() 2660 tGATT_IF gatt_if = p_reg->gatt_if; in gatt_remove_bg_dev_from_list() local [all …]
|
D | gatt_main.c | 296 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() 341 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 | 288 static void gatt_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gatt_connect_cback()
|
D | gatt_sr.c | 290 tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, in gatt_sr_process_app_rsp() 359 tGATT_IF gatt_if; in gatt_process_exec_write_req() local
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_act.c | 658 tGATT_IF gatt_if; in bta_gatts_indicate_handle() local 815 tGATT_IF gatt_if; in bta_gatts_close() local 924 tGATT_IF gatt_if; in bta_gatts_send_request_cback() local 967 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in bta_gatts_conn_cback()
|
D | bta_gattc_act.c | 655 tBTA_GATTC_IF gatt_if; in bta_gattc_conn() local 2033 tBTA_GATTC_IF gatt_if; in bta_gattc_process_indicate() local
|
D | bta_gattc_utils.c | 574 tBTA_GATTC_IF gatt_if; in bta_gattc_clear_notif_registration() local
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gatt_util.h | 24 #define BTC_GATT_CREATE_CONN_ID(gatt_if, conn_id) ((uint16_t) ((((uint8_t)(conn_id)) << 8) | ((uin… argument
|
/device/soc/esp/esp32/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()
|
/device/soc/esp/esp32/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 477 tGATT_IF gatt_if[GATT_MAX_APPS]; member 510 tGATT_IF gatt_if; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/esp/include/ |
D | wx_airsync_prf.h | 89 tGATT_IF gatt_if; member
|
D | button_pro.h | 97 esp_gatt_if_t gatt_if; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 385 void bas_init(tBTA_GATTS_IF gatt_if, UINT16 app_id) in bas_init()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 573 static void gap_ble_c_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gap_ble_c_connect_cback()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/include/ |
D | gap_int.h | 141 tGATT_IF gatt_if; member
|
/device/soc/esp/esp32/components/bt/common/btc/profile/esp/blufi/include/ |
D | blufi_int.h | 31 tGATT_IF gatt_if; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gatts_int.h | 189 tBTA_GATTS_IF gatt_if; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/hh/include/ |
D | bta_hh_int.h | 298 tBTA_GATTC_IF gatt_if; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 519 static void btc_scan_params_callback(tGATT_IF gatt_if, tBTM_STATUS status) in btc_scan_params_callback()
|