Home
last modified time | relevance | path

Searched refs:UUID_SERVCLASS_SERIAL_PORT (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dbt_uuid16.h35 #define UUID_SERVCLASS_SERIAL_PORT 0X1101 macro
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_sdp.cc366 uint16_t service = UUID_SERVCLASS_SERIAL_PORT; in add_spp_sdp()
379 handle, UUID_SERVCLASS_SERIAL_PORT, SPP_PROFILE_VERSION)) { in add_spp_sdp()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc_sdp.cc52 UUID_SERVCLASS_SERIAL_PORT, /* BTA_SPP_SERVICE_ID */
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc1024 const Uuid server_uuid = Uuid::From16Bit(UUID_SERVCLASS_SERIAL_PORT); in TEST_F()
1040 const Uuid server_uuid = Uuid::From16Bit(UUID_SERVCLASS_SERIAL_PORT); in TEST_F()
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc169 case UUID_SERVCLASS_SERIAL_PORT: in RFCOMM_CreateConnectionWithSecurity()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_inq.cc189 UUID_SERVCLASS_SERIAL_PORT, UUID_SERVCLASS_LAN_ACCESS_USING_PPP,
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc1536 port_status = RFCOMM_CreateConnectionWithSecurity(UUID_SERVCLASS_SERIAL_PORT, remote_scn, false, in bta_jv_rfcomm_connect()