Searched refs:GATT_REQ_NOT_SUPPORTED (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | gatt_api.h | 35 #define GATT_REQ_NOT_SUPPORTED 0x06 macro
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 882 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/ |
D | gatt_main.cc | 866 gatt_send_error_rsp(tcb, GATT_REQ_NOT_SUPPORTED, op_code, 0, false); in gatt_data_process()
|
D | gatt_sr.cc | 732 gatt_send_error_rsp(tcb, GATT_REQ_NOT_SUPPORTED, GATT_REQ_MTU, 0, false); in gatts_process_mtu_req()
|