OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BNEP_SET_FILTER_FAIL
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/bnep/
bnep_api.c
579
**
BNEP_SET_FILTER_FAIL
- if the connection is in wrong state
605
return (
BNEP_SET_FILTER_FAIL
);
623
return (
BNEP_SET_FILTER_FAIL
);
642
**
BNEP_SET_FILTER_FAIL
- if the connection is in wrong state
668
return (
BNEP_SET_FILTER_FAIL
);
689
return (
BNEP_SET_FILTER_FAIL
);
bnep_main.c
749
(*bnep_cb.p_conn_state_cb) (p_bcb->handle, p_bcb->rem_bda,
BNEP_SET_FILTER_FAIL
, FALSE);
770
(*bnep_cb.p_conn_state_cb) (p_bcb->handle, p_bcb->rem_bda,
BNEP_SET_FILTER_FAIL
, FALSE);
bnep_utils.c
1013
result =
BNEP_SET_FILTER_FAIL
;
[
all
...]
/external/bluetooth/bluedroid/stack/include/
bnep_api.h
62
BNEP_SET_FILTER_FAIL
, /* Set Filter failed */
385
**
BNEP_SET_FILTER_FAIL
- if the connection is in wrong state
409
**
BNEP_SET_FILTER_FAIL
- if the connection is in wrong state
pan_api.h
76
PAN_SET_FILTER_FAIL =
BNEP_SET_FILTER_FAIL
, /* Set Filter failed */
Completed in 33 milliseconds