OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_REQ_NOT_SUPPORTED
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
34
#define
GATT_REQ_NOT_SUPPORTED
0x0006
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
66
#define BTA_GATT_REQ_NOT_SUPPORTED
GATT_REQ_NOT_SUPPORTED
/* 0x0006 */
[
all
...]
/external/bluetooth/bluedroid/stack/gap/
gap_ble.c
390
if (p_data->is_prep) return
GATT_REQ_NOT_SUPPORTED
;
/external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c
912
gatt_send_error_rsp (p_tcb,
GATT_REQ_NOT_SUPPORTED
, GATT_REQ_MTU, 0, FALSE);
[
all
...]
Completed in 83 milliseconds