Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/test/unittest/spp/
H A Dspp_test.cpp55 sppClientSocket_ = std::make_shared<ClientSocket>(*pbluetoothRomote_, randomUuid_, TYPE_RFCOMM, false); in SetUp()
103 ClientSocket *pfd_SppClientSocket = new ClientSocket(fd, device_.GetDeviceAddr(), TYPE_RFCOMM); in HWTEST_F()
125 ClientSocket *pfd_SppClientSocket = new ClientSocket(fd, device_.GetDeviceAddr(), TYPE_RFCOMM); in HWTEST_F()
142 ClientSocket *pfd_SppClientSocket = new ClientSocket(fd, device_.GetDeviceAddr(), TYPE_RFCOMM); in HWTEST_F()
157 ClientSocket *pfd_SppClientSocket = new ClientSocket(fd, device_.GetDeviceAddr(), TYPE_RFCOMM); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp783 if (type == TYPE_RFCOMM) { in ConvertTypeToString()
784 retStr = "TYPE_RFCOMM"; in ConvertTypeToString()
898 return std::make_shared<ClientSocket>(device, uuid, TYPE_RFCOMM, false); in BuildInsecureRfcommDataSocketByServiceRecord()
910 return std::make_shared<ClientSocket>(device, uuid, TYPE_RFCOMM, true); in BuildRfcommDataSocketByServiceRecord()
921 return std::make_shared<ServerSocket>(name, uuid, TYPE_RFCOMM, false); in DataListenInsecureRfcommByServiceRecord()
927 return std::make_shared<ServerSocket>(name, uuid, TYPE_RFCOMM, true); in DataListenRfcommByServiceRecord()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_socket.h48 TYPE_RFCOMM = 0x0, enumerator
233 * @brief Get client channel number for TYPE_RFCOMM.
328 * @brief Get server channel number for TYPE_RFCOMM.

Completed in 3 milliseconds