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

  /hardware/libhardware/include/hardware/
bt_sock.h 29 } btsock_type_t; typedef in typeref:enum:__anon33790
47 bt_status_t (*listen)(btsock_type_t type, const char* service_name, const uint8_t* service_uuid, int channel, int* sock_fd, int flags);
52 bt_status_t (*connect)(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t* uuid, int channel, int* sock_fd, int flags);
  /external/bluetooth/bluedroid/btif/src/
btif_sock.c 42 static bt_status_t btsock_listen(btsock_type_t type, const char* service_name,
44 static bt_status_t btsock_connect(const bt_bdaddr_t *bd_addr, btsock_type_t type,
92 static bt_status_t btsock_listen(btsock_type_t type, const char* service_name,
122 static bt_status_t btsock_connect(const bt_bdaddr_t *bd_addr, btsock_type_t type,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 848 if ( (status = sBluetoothSocketInterface->connect((bt_bdaddr_t *) addr, (btsock_type_t) type,
887 if ( (status = sBluetoothSocketInterface->listen((btsock_type_t) type, service_name,
    [all...]

Completed in 106 milliseconds