HomeSort by relevance Sort by last modified time
    Searched refs:BT_DEVICE_TYPE_BREDR (Results 1 - 10 of 10) 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.c 396 device_type != BT_DEVICE_TYPE_BREDR)
407 case BT_DEVICE_TYPE_BREDR:
btif_dm.c 861 dev_type = BT_DEVICE_TYPE_BREDR;
948 dev_type = BT_DEVICE_TYPE_BREDR;
    [all...]
btif_gatt_client.c     [all...]
  /system/bt/stack/btm/
btm_inq.c     [all...]
btm_dev.c 169 p_dev_rec->device_type |= BT_DEVICE_TYPE_BREDR;
btm_ble.c 628 *p_dev_type = BT_DEVICE_TYPE_BREDR;
660 *p_dev_type = BT_DEVICE_TYPE_BREDR;
699 else if (p_dev_rec->device_type & BT_DEVICE_TYPE_BREDR)
    [all...]
btm_sec.c     [all...]
  /external/libnfc-nci/src/include/
bt_types.h 514 #define BT_DEVICE_TYPE_BREDR 0x01
  /system/bt/stack/include/
bt_types.h 526 #define BT_DEVICE_TYPE_BREDR 0x01
    [all...]

Completed in 1714 milliseconds