Searched refs:svc_req (Results 1 – 1 of 1) sorted by relevance
134 struct gattc_sdp_svc_disc_cmd * svc_req = KE_MSG_ALLOC_DYN(GATTC_SDP_SVC_DISC_CMD, in prf_disc_svc_send() local139 svc_req->operation = GATTC_SDP_DISC_SVC; in prf_disc_svc_send()141 svc_req->start_hdl = ATT_1ST_REQ_START_HDL; in prf_disc_svc_send()143 svc_req->end_hdl = ATT_1ST_REQ_END_HDL; in prf_disc_svc_send()146 svc_req->uuid_len = ATT_UUID_16_LEN; in prf_disc_svc_send()149 co_write16p(&(svc_req->uuid[0]), uuid); in prf_disc_svc_send()152 ke_msg_send(svc_req); in prf_disc_svc_send()
Completed in 4 milliseconds