Home
last modified time | relevance | path

Searched defs:s_handle (Results 1 – 12 of 12) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c261 UINT16 s_handle, UINT16 e_handle, in bta_gattc_add_srvc_to_cache()
718 static BOOLEAN bta_gattc_srvc_in_list(tBTA_GATTC_SERV *p_srvc_cb, UINT16 s_handle, in bta_gattc_srvc_in_list()
752 UINT16 s_handle, UINT16 e_handle, in bta_gattc_add_srvc_to_list()
1292 UINT16 s_handle, UINT16 e_handle, in bta_gattc_fill_gatt_db_el()
1987 void bta_gattc_fill_nv_attr(tBTA_GATTC_NV_ATTR *p_attr, UINT8 type, UINT16 s_handle, in bta_gattc_fill_nv_attr()
Dbta_gattc_api.c580 void BTA_GATTC_Read_by_type(UINT16 conn_id, UINT16 s_handle,UINT16 e_handle, tBT_UUID *uuid, tBTA_G… in BTA_GATTC_Read_by_type()
Dbta_gattc_act.c1938 UINT16 s_handle = ((UINT16)(*(p )) + (((UINT16)(*(p + 1))) << 8)); in bta_gattc_process_srvc_chg_ind() local
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c331 UINT16 s_handle, in gatts_db_read_attr_value_by_type()
448 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, in gatts_add_included_service()
Dgatt_utils.c2217 UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, in gatt_act_send_browse()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h425 UINT16 s_handle; member
445 UINT16 s_handle; member
530 UINT16 s_handle; /* starting handle */ member
611 UINT16 s_handle; member
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw_lib/
Ddma_writer.c38 static dma_handle s_handle[FIRMWARE_CONTEXT_NUMBER]; variable
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h112 UINT16 s_handle; /* starting handle */ member
428 UINT16 s_handle; /* starting handle of the active request */ member
499 UINT16 s_handle; member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h143 UINT16 s_handle; member
264 UINT16 s_handle; member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h285 UINT16 s_handle; member
526 UINT16 s_handle; member
694 UINT16 s_handle; member
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h124 uint16_t s_handle; member
/device/soc/esp/esp32/components/pthread/
Dpthread.c1579 #define s_handle __val[1] macro