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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 51 static final int BT_DEVICE_TYPE_BREDR = 0x01;
  /system/bt/btif/src/
btif_gatt_server.cc 292 device_type != BT_DEVICE_TYPE_BREDR) {
304 case BT_DEVICE_TYPE_BREDR:
btif_gatt_client.cc 262 device_type != BT_DEVICE_TYPE_BREDR) {
289 case BT_DEVICE_TYPE_BREDR:
btif_dm.cc 839 dev_type = BT_DEVICE_TYPE_BREDR;
922 dev_type = BT_DEVICE_TYPE_BREDR;
    [all...]
  /system/bt/stack/btm/
btm_dev.cc 145 p_dev_rec->device_type |= BT_DEVICE_TYPE_BREDR;
btm_inq.cc     [all...]
btm_ble.cc 608 *p_dev_type = BT_DEVICE_TYPE_BREDR;
633 *p_dev_type = BT_DEVICE_TYPE_BREDR;
667 } else if (p_dev_rec->device_type & BT_DEVICE_TYPE_BREDR) {
    [all...]
btm_sec.cc     [all...]
  /system/bt/stack/include/
bt_types.h 754 #define BT_DEVICE_TYPE_BREDR 0x01
    [all...]

Completed in 855 milliseconds