Searched refs:attrids (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluez/test/ |
D | sdptest.c | 63 sdp_list_t *search, *attrids; in cmd_search() local 79 attrids = sdp_list_append(NULL, &range); in cmd_search() 86 sdp_list_free(attrids, NULL); in cmd_search()
|
/external/bluetooth/bluez/src/ |
D | glib-helper.c | 222 sdp_list_t *search, *attrids; in connect_watch() local 245 attrids = sdp_list_append(NULL, &range); in connect_watch() 247 search, SDP_ATTR_REQ_RANGE, attrids) < 0) { in connect_watch() 248 sdp_list_free(attrids, NULL); in connect_watch() 254 sdp_list_free(attrids, NULL); in connect_watch()
|
/external/bluetooth/bluez/lib/ |
D | sdp.c | 3479 sdp_attrreq_type_t reqtype, const sdp_list_t *attrids) in sdp_service_attr_req() argument 3524 seqlen = gen_attridseq_pdu(pdata, attrids, in sdp_service_attr_req() 4287 … const sdp_list_t *search, sdp_attrreq_type_t reqtype, const sdp_list_t *attrids, sdp_list_t **rsp) in sdp_service_search_attr_req() argument 4341 seqlen = gen_attridseq_pdu(pdata, attrids, in sdp_service_search_attr_req()
|