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

  /hardware/libhardware/include/hardware/
bluetooth.h 329 /** set to sizeof(bt_callbacks_t) */
343 } bt_callbacks_t; typedef in typeref:struct:__anon32811
372 int (*init)(bt_callbacks_t* callbacks );
  /external/bluetooth/bluedroid/btif/include/
btif_common.h 53 extern bt_callbacks_t *bt_hal_cbacks;
  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 61 bt_callbacks_t *bt_hal_cbacks = NULL;
110 static int init(bt_callbacks_t* callbacks )
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 482 static bt_callbacks_t bt_callbacks = {
483 sizeof(bt_callbacks_t),
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 442 bt_callbacks_t sBluetoothCallbacks = {
    [all...]

Completed in 34 milliseconds