Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dgatt_api.h35 #define GATT_REQ_NOT_SUPPORTED 0x06 macro
/system/bt/stack/btm/
Dbtm_ble.cc882 cb.Run(0, 0, GATT_REQ_NOT_SUPPORTED); in BTM_BleReadPhy()
944 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy()
951 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy()
/system/bt/stack/gatt/
Dgatt_main.cc866 gatt_send_error_rsp(tcb, GATT_REQ_NOT_SUPPORTED, op_code, 0, false); in gatt_data_process()
Dgatt_sr.cc732 gatt_send_error_rsp(tcb, GATT_REQ_NOT_SUPPORTED, GATT_REQ_MTU, 0, false); in gatts_process_mtu_req()