OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bind_response
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/include/hardware/
bt_hf.h
324
bt_status_t (*
bind_response
)(bthf_hf_ind_type_t ind_id, bthf_hf_ind_status_t ind_status,
member in struct:__anon32014
/system/bt/btif/src/
btif_hf.c
1136
static bt_status_t
bind_response
(bthf_hf_ind_type_t ind_id, bthf_hf_ind_status_t ind_status,
function
[
all
...]
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp
729
bt_status_t status = sBluetoothHfpInterface->
bind_response
((bthf_hf_ind_type_t) ind_id,
734
ALOGE("%s: Failed
bind_response
, status: %d", __FUNCTION__, status);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java
596
Message msg = mStateMachine.obtainMessage(HeadsetStateMachine.
BIND_RESPONSE
);
HeadsetStateMachine.java
107
static final int
BIND_RESPONSE
= 18;
[
all
...]
Completed in 3782 milliseconds