OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remove_bond
(Results
1 - 3
of
3
) sorted by null
/system/bt/btif/src/
bluetooth.c
290
static int
remove_bond
(const bt_bdaddr_t *bd_addr)
function
490
remove_bond
,
/hardware/libhardware/include/hardware/
bluetooth.h
356
/* Invoked in response to create_bond, cancel_bond or
remove_bond
*/
518
int (*
remove_bond
)(const bt_bdaddr_t *bd_addr);
member in struct:__anon31969
/packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp
878
int ret = sBluetoothInterface->
remove_bond
((bt_bdaddr_t *)addr);
[
all
...]
Completed in 52 milliseconds