Home
last modified time | relevance | path

Searched refs:UUID_PROTOCOL_L2CAP (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_sdp.c78 proto_elem_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in add_sdp_by_uuid()
159 protoList[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in add_pbap_sdp()
260 protoList[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in add_ops_sdp()
321 proto_elem_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in add_spp_sdp()
/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_sdp.c219 proto_elem_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in bta_hl_sdp_update()
233 add_proto_list.list_elem[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in bta_hl_sdp_update()
430 proto_elem_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in bta_hl_sdp_register()
444 add_proto_list.list_elem[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in bta_hl_sdp_register()
Dbta_hl_act.c1722 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_L2CAP, &pe)) in bta_hl_sdp_cback()
1731 if (SDP_FindAddProtoListsElemInRec(p_rec, UUID_PROTOCOL_L2CAP, &pe)) in bta_hl_sdp_cback()
/external/bluetooth/bluedroid/stack/avrc/
Davrc_sdp.c40 {UUID_PROTOCOL_L2CAP, 1, {AVCT_PSM, 0} },
/external/bluetooth/bluedroid/stack/include/
Dsdpdefs.h180 #define UUID_PROTOCOL_L2CAP 0x0100 macro
/external/bluetooth/bluedroid/stack/a2dp/
Da2d_api.c190 proto_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in A2D_AddRecord()
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_sdp.c147 proto_elem_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in bta_ag_add_record()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c1421 proto_elem_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in gatt_add_sdp_record()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c2192 uuid.uu.uuid16 = UUID_PROTOCOL_L2CAP; in bta_dm_find_services()