Home
last modified time | relevance | path

Searched refs:protocol_uuid (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c358 protoList[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in add_raw_sdp()
363 protoList[1].protocol_uuid = UUID_PROTOCOL_RFCOMM; in add_raw_sdp()
433 protoList[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in add_maps_sdp()
435 protoList[1].protocol_uuid = UUID_PROTOCOL_RFCOMM; in add_maps_sdp()
438 protoList[2].protocol_uuid = UUID_PROTOCOL_OBEX; in add_maps_sdp()
516 protoList[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in add_mapc_sdp()
518 protoList[1].protocol_uuid = UUID_PROTOCOL_RFCOMM; in add_mapc_sdp()
521 protoList[2].protocol_uuid = UUID_PROTOCOL_OBEX; in add_mapc_sdp()
592 protoList[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in add_pbaps_sdp()
594 protoList[1].protocol_uuid = UUID_PROTOCOL_RFCOMM; in add_pbaps_sdp()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c230 proto_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in HID_DevAddRecord()
233 proto_list[1].protocol_uuid = UUID_PROTOCOL_HIDP; in HID_DevAddRecord()
246 add_proto_list.list_elem[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in HID_DevAddRecord()
249 add_proto_list.list_elem[1].protocol_uuid = UUID_PROTOCOL_HIDP; in HID_DevAddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c103 proto_elem_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in bta_hf_client_add_record()
105 proto_elem_list[1].protocol_uuid = UUID_PROTOCOL_RFCOMM; in bta_hf_client_add_record()
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/
Da2d_api.c203 proto_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in A2D_AddRecord()
206 proto_list[1].protocol_uuid = UUID_PROTOCOL_AVDTP; in A2D_AddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sdp.c145 proto_elem_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in bta_ag_add_record()
147 proto_elem_list[1].protocol_uuid = UUID_PROTOCOL_RFCOMM; in bta_ag_add_record()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h137 UINT16 protocol_uuid; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c248 UINT16_TO_BE_STREAM (p, p_elem_list->protocol_uuid); in sdp_compose_proto_list()
250 if (p_elem_list->protocol_uuid == UUID_PROTOCOL_RFCOMM) { in sdp_compose_proto_list()
Dsdp_api.c713 p_elem->protocol_uuid = layer_uuid; in sdp_fill_proto_elem()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c1083 proto_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in create_base_record()
1085 proto_list[1].protocol_uuid = UUID_PROTOCOL_RFCOMM; in create_base_record()
1090 proto_list[2].protocol_uuid = UUID_PROTOCOL_OBEX; in create_base_record()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1626 proto_elem_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in gatt_add_sdp_record()
1629 proto_elem_list[1].protocol_uuid = UUID_PROTOCOL_ATT; in gatt_add_sdp_record()