OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:at_response
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/include/hardware/
bt_hf.h
257
bt_status_t (*
at_response
) (bthf_at_response_t response_code, int error_code);
member in struct:__anon31039
/external/bluetooth/bluedroid/btif/src/
btif_hf.c
821
** Function
at_response
828
static bt_status_t
at_response
(bthf_at_response_t response_code, int error_code)
function
[
all
...]
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp
497
if ( (status = sBluetoothHfpInterface->
at_response
((bthf_at_response_t) response_code, cmee_code)) !=
Completed in 476 milliseconds