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

  /device/google/dragon/bluetooth/
bdroid_buildcfg.h 25 #define BTIF_HF_SERVICES (BTA_HSP_SERVICE_MASK)
  /device/htc/flounder/bluetooth/
bdroid_buildcfg.h 22 #define BTIF_HF_SERVICES (BTA_HSP_SERVICE_MASK)
  /device/asus/fugu/bluetooth/
bdroid_buildcfg.h 44 #define BTIF_HF_SERVICES (BTA_HSP_SERVICE_MASK)
  /system/bt/bta/ag/
bta_ag_sdp.c 318 else if (service & BTA_HSP_SERVICE_MASK && p_scb->role == BTA_AG_INT)
433 else if (service & BTA_HSP_SERVICE_MASK && p_scb->role == BTA_AG_INT)
bta_ag_act.c 66 BTA_HSP_SERVICE_MASK,
273 (p_scb->open_services & BTA_HSP_SERVICE_MASK))
279 else if ((p_scb->open_services & BTA_HSP_SERVICE_MASK) &&
  /system/bt/bta/include/
bta_api.h 112 #define BTA_HSP_SERVICE_MASK 0x00000020 /* HSP AG role. */
    [all...]
  /system/bt/btif/src/
btif_hf.c 55 #define BTIF_HF_SERVICES (BTA_HSP_SERVICE_MASK | BTA_HFP_SERVICE_MASK )
    [all...]
  /system/bt/bta/dm/
bta_dm_api.c 541 *p_services |= BTA_HSP_SERVICE_MASK;
    [all...]

Completed in 174 milliseconds