Home
last modified time | relevance | path

Searched defs:gatt_if (Results 1 – 20 of 20) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c142 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 …]
Dgatt_utils.c1501 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 …]
Dgatt_main.c296 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()
Dgatt_attr.c288 static void gatt_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gatt_connect_cback()
Dgatt_sr.c290 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/
Dbta_gatts_act.c658 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()
Dbta_gattc_act.c655 tBTA_GATTC_IF gatt_if; in bta_gattc_conn() local
2033 tBTA_GATTC_IF gatt_if; in bta_gattc_process_indicate() local
Dbta_gattc_utils.c574 tBTA_GATTC_IF gatt_if; in bta_gattc_clear_notif_registration() local
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatt_util.h24 #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/
Ddis_profile.c204 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/
Dgatt_int.h32 #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/
Dwx_airsync_prf.h89 tGATT_IF gatt_if; member
Dbutton_pro.h97 esp_gatt_if_t gatt_if; member
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c385 void bas_init(tBTA_GATTS_IF gatt_if, UINT16 app_id) in bas_init()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c573 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/
Dgap_int.h141 tGATT_IF gatt_if; member
/device/soc/esp/esp32/components/bt/common/btc/profile/esp/blufi/include/
Dblufi_int.h31 tGATT_IF gatt_if; member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h189 tBTA_GATTS_IF gatt_if; member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h298 tBTA_GATTC_IF gatt_if; member
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c519 static void btc_scan_params_callback(tGATT_IF gatt_if, tBTM_STATUS status) in btc_scan_params_callback()