/external/bluetooth/bluedroid/stack/gatt/ |
gatt_sr.c | 528 UINT16 e_hdl, UINT8 *p_data, tBT_UUID value) 547 p_rcb->s_hdl <= e_hdl && 585 UINT16_TO_STREAM(p, p_rcb->e_hdl); 618 UINT16 s_hdl, UINT16 e_hdl) 636 if (p_attr->handle > e_hdl) 698 UINT16 uuid_len, s_hdl = 0, e_hdl = 0; local 706 STREAM_TO_UINT16(e_hdl, p); 709 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || !GATT_HANDLE_IS_VALID(e_hdl)) 742 *p_e_hdl = e_hdl; 760 UINT16 s_hdl = 0, e_hdl = 0; local 830 UINT16 s_hdl = 0, e_hdl = 0, buf_len; local 972 s_hdl, e_hdl, err_hdl = 0; local [all...] |
gatt_api.c | 255 GATT_TRACE_DEBUG6 ("GATTS_CreateService(success): handles needed:%u s_hdl=%u e_hdl=%u %s[%x] is_primary=%d", 437 GATT_TRACE_DEBUG2 ("released handles s_hdl=%u e_hdl=%u", 516 p_sreg->sdp_handle = gatt_add_sdp_record(p_uuid, p_sreg->s_hdl, p_sreg->e_hdl); 530 GATT_TRACE_DEBUG5 ("s_hdl=%d e_hdl=%d type=0x%x svc_inst=%d sdp_hdl=0x%x", 531 p_sreg->s_hdl,p_sreg->e_hdl, [all...] |
att_protocol.c | 136 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid) 150 UINT16_TO_STREAM (p, e_hdl);
|
gatt_int.h | 223 UINT16 e_hdl; /* service ending handle */ member in struct:__anon849
|
gatt_db.c | 417 GATT_TRACE_DEBUG3("gatts_add_included_service: s_hdl = 0x%04x e_hdl = 0x%04x uuid = 0x%04x", [all...] |
gatt_utils.c | [all...] |