OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bthf_at_response_t
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/include/hardware/
bt_hf.h
26
}
bthf_at_response_t
;
typedef in typeref:enum:__anon31024
257
bt_status_t (*at_response) (
bthf_at_response_t
response_code, int error_code);
/external/bluetooth/bluedroid/btif/src/
btif_hf.c
828
static bt_status_t at_response(
bthf_at_response_t
response_code, int error_code)
[
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 27 milliseconds