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

  /system/bt/bta/include/
bta_hf_client_api.h 98 #define BTA_HF_CLIENT_OPEN_EVT 2 /* HF Client connection open */
171 /* data associated with BTA_HF_CLIENT_OPEN_EVT */
297 * with a BTA_HF_CLIENT_OPEN_EVT. Only the data connection is
  /system/bt/btif/src/
btif_hf_client.cc 31 * BTA_HF_CLIENT_OPEN_EVT and BTA_HF_CLIENT_CLOSE_EVT. Since the API between
36 * -- While accepting an incoming connection (see BTA_HF_CLIENT_OPEN_EVT
830 if (cb == NULL && event == BTA_HF_CLIENT_OPEN_EVT) {
831 BTIF_TRACE_DEBUG("%s: event BTA_HF_CLIENT_OPEN_EVT allocating block",
846 case BTA_HF_CLIENT_OPEN_EVT:
    [all...]
btif_util.cc 224 CASE_RETURN_STR(BTA_HF_CLIENT_OPEN_EVT)
  /system/bt/bta/hf_client/
bta_hf_client_main.cc 754 bta_hf_client_app_callback(BTA_HF_CLIENT_OPEN_EVT, &evt);
    [all...]

Completed in 216 milliseconds