Home
last modified time | relevance | path

Searched refs:GATT_REQ_NOT_SUPPORTED (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h34 #define GATT_REQ_NOT_SUPPORTED 0x0006 macro
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h66 #define BTA_GATT_REQ_NOT_SUPPORTED GATT_REQ_NOT_SUPPORTED /* 0x0006 */
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c390 if (p_data->is_prep) return GATT_REQ_NOT_SUPPORTED; in gap_proc_write_req()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_sr.c912 gatt_send_error_rsp (p_tcb, GATT_REQ_NOT_SUPPORTED, GATT_REQ_MTU, 0, FALSE); in gatts_process_mtu_req()