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

  /hardware/libhardware/include/hardware/
bt_hh.h 65 }bthh_protocol_mode_t; typedef in typeref:enum:__anon40361
103 * the protocol mode is one of the value from bthh_protocol_mode_t
105 typedef void (* bthh_protocol_mode_callback)(bt_bdaddr_t *bd_addr, bthh_status_t hh_status, bthh_protocol_mode_t mode);
163 bt_status_t (*get_protocol) (bt_bdaddr_t *bd_addr, bthh_protocol_mode_t protocolMode);
166 bt_status_t (*set_protocol)(bt_bdaddr_t *bd_addr, bthh_protocol_mode_t protocolMode);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 77 static void get_protocol_mode_callback(bt_bdaddr_t *bd_addr, bthh_status_t hh_status,bthh_protocol_mode_t mode) {
344 bthh_protocol_mode_t protocolMode;
353 if ( (status = sBluetoothHidInterface->get_protocol((bt_bdaddr_t *) addr, (bthh_protocol_mode_t) protocolMode)) !=
399 bthh_protocol_mode_t mode;
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c     [all...]

Completed in 28 milliseconds