Home
last modified time | relevance | path

Searched refs:browse (Results 1 – 7 of 7) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c553 if (GATT_HANDLE_IS_VALID (p_msg->browse.s_handle) && in attp_send_cl_msg()
554 GATT_HANDLE_IS_VALID (p_msg->browse.e_handle) && in attp_send_cl_msg()
555 p_msg->browse.s_handle <= p_msg->browse.e_handle) { in attp_send_cl_msg()
557 p_msg->browse.s_handle, in attp_send_cl_msg()
558 p_msg->browse.e_handle, in attp_send_cl_msg()
559 p_msg->browse.uuid); in attp_send_cl_msg()
Dgatt_cl.c87 cl_req.browse.s_handle = p_clcb->s_handle; in gatt_act_discovery()
88 cl_req.browse.e_handle = p_clcb->e_handle; in gatt_act_discovery()
91 cl_req.browse.uuid.len = 2; in gatt_act_discovery()
92 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype]; in gatt_act_discovery()
142 msg.browse.s_handle = p_clcb->s_handle; in gatt_act_read()
143 msg.browse.e_handle = p_clcb->e_handle; in gatt_act_read()
145 memcpy(&msg.browse.uuid, &p_clcb->uuid, sizeof(tBT_UUID)); in gatt_act_read()
147 msg.browse.uuid.len = LEN_UUID_16; in gatt_act_read()
148 msg.browse.uuid.uu.uuid16 = GATT_UUID_CHAR_DECLARE; in gatt_act_read()
Dgatt_utils.c2222 msg.browse.s_handle = s_handle; in gatt_act_send_browse()
2223 msg.browse.e_handle = e_handle; in gatt_act_send_browse()
2224 memcpy(&msg.browse.uuid, &uuid, sizeof(tBT_UUID)); in gatt_act_send_browse()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h121 tGATT_READ_BY_TYPE browse; /* read by type request */ member
/device/board/isoftstone/yangfan/common/mqtt/doc/
DDoxyfileMQTTPacket.in924 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
DDoxyfileMQTTClient.in924 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
DDoxyfileMQTTClient-C.in924 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).