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

  /system/bt/service/
logging_helpers.h 36 const char *BtScanModeText(const bt_scan_mode_t mode);
logging_helpers.cpp 75 const char *BtScanModeText(const bt_scan_mode_t mode) {
  /system/bt/btcore/include/
property.h 49 bt_property_t *property_new_scan_mode(bt_scan_mode_t scan_mode);
76 bt_scan_mode_t property_as_scan_mode(const bt_property_t *property);
  /system/bt/btcore/src/
property.c 102 bt_property_t *property_new_scan_mode(bt_scan_mode_t scan_mode) {
103 return property_new_((void *)&scan_mode, sizeof(bt_scan_mode_t), BT_PROPERTY_ADAPTER_SCAN_MODE);
197 bt_scan_mode_t property_as_scan_mode(const bt_property_t *property) {
199 return *(const bt_scan_mode_t *)property->val;
  /system/bt/btif/include/
btif_util.h 56 const char* dump_adapter_scan_mode(bt_scan_mode_t mode);
  /system/bt/btcore/test/
property_test.cpp 122 bt_scan_mode_t mode0 = (bt_scan_mode_t)3;
129 bt_scan_mode_t mode1 = property_as_scan_mode(property);
  /hardware/libhardware/include/hardware/
bluetooth.h 69 } bt_scan_mode_t; typedef in typeref:enum:__anon30648
211 * Data type - bt_scan_mode_t.
  /system/bt/btif/src/
btif_core.c 708 bt_scan_mode_t mode;
    [all...]
btif_util.c 454 const char* dump_adapter_scan_mode(bt_scan_mode_t mode)
btif_dm.c     [all...]
btif_storage.c     [all...]

Completed in 746 milliseconds