Home
last modified time | relevance | path

Searched refs:nameType (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp354 int nameType = BLUETOOTH_DATA_TYPE_COMPLETE_LOCAL_NAME; in SetEirData() local
360 nameType = BLUETOOTH_DATA_TYPE_SHORTENED_LOCAL_NAME; in SetEirData()
366 nameType = BLUETOOTH_DATA_TYPE_SHORTENED_LOCAL_NAME; in SetEirData()
375 ClassicDataStructure nameData(nameLen, nameType, eirName); in SetEirData()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c131 static LnnNetIfType ConvertToNetIfType(LnnNetIfNameType nameType) in ConvertToNetIfType() argument
133 return nameType >= LNN_MAX_NUM_TYPE ? 0 : (0x1 << nameType); in ConvertToNetIfType()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c897 static int SdpGetString(BufferInfo *bufferInfo, char *name, SdpDescriptorType nameType) in SdpGetString() argument
910 if ((type >> SDP_DESCRIPTOR_SIZE_BIT) != nameType) { in SdpGetString()

Completed in 6 milliseconds