OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GAP_ERR_BAD_HANDLE
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/gap/
gap_conn.c
249
**
GAP_ERR_BAD_HANDLE
- invalid handle
269
return (
GAP_ERR_BAD_HANDLE
);
287
**
GAP_ERR_BAD_HANDLE
- invalid handle
298
return (
GAP_ERR_BAD_HANDLE
);
393
**
GAP_ERR_BAD_HANDLE
- invalid handle
403
return (
GAP_ERR_BAD_HANDLE
);
432
**
GAP_ERR_BAD_HANDLE
- invalid handle
443
return (
GAP_ERR_BAD_HANDLE
);
499
**
GAP_ERR_BAD_HANDLE
- invalid handle
512
return (
GAP_ERR_BAD_HANDLE
);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gap_api.h
45
#define
GAP_ERR_BAD_HANDLE
(GAP_ERR_GRP + 0x0e) /* Bad GAP handle */
560
**
GAP_ERR_BAD_HANDLE
- invalid handle
574
**
GAP_ERR_BAD_HANDLE
- invalid handle
603
**
GAP_ERR_BAD_HANDLE
- invalid handle
617
**
GAP_ERR_BAD_HANDLE
- invalid handle
632
**
GAP_ERR_BAD_HANDLE
- invalid handle
647
**
GAP_ERR_BAD_HANDLE
- invalid handle
665
**
GAP_ERR_BAD_HANDLE
- invalid handle
678
**
GAP_ERR_BAD_HANDLE
- invalid handle
[
all
...]
Completed in 24 milliseconds