HomeSort by relevance Sort by last modified time
    Searched refs:btsock_type_t (Results 1 - 3 of 3) sorted by null

  /system/bt/include/hardware/
bt_sock.h 33 } btsock_type_t; typedef in typeref:enum:__anon2028
64 bt_status_t (*listen)(btsock_type_t type, const char* service_name,
75 bt_status_t (*connect)(const RawAddress* bd_addr, btsock_type_t type,
  /packages/apps/Bluetooth/jni/
bluetooth_socket_manager.cc 48 &device.address, (btsock_type_t)type, uuid ? &uuid->uuid : nullptr, port,
85 (btsock_type_t)type,
  /system/bt/btif/src/
btif_sock.cc 42 static bt_status_t btsock_listen(btsock_type_t type, const char* service_name,
45 static bt_status_t btsock_connect(const RawAddress* bd_addr, btsock_type_t type,
130 static bt_status_t btsock_listen(btsock_type_t type, const char* service_name,
180 static bt_status_t btsock_connect(const RawAddress* bd_addr, btsock_type_t type,

Completed in 149 milliseconds