Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dgatt_api.h40 GATT_REQ_NOT_SUPPORTED = 0x06, enumerator
/system/bt/stack/btm/
Dbtm_ble.cc750 cb.Run(0, 0, GATT_REQ_NOT_SUPPORTED); in BTM_BleReadPhy()
790 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy()
797 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy()
/system/bt/stack/gatt/
Dgatt_main.cc822 gatt_send_error_rsp(tcb, cid, GATT_REQ_NOT_SUPPORTED, op_code, 0, false); in gatt_data_process()
Dgatt_sr.cc793 gatt_send_error_rsp(tcb, cid, GATT_REQ_NOT_SUPPORTED, GATT_REQ_MTU, 0, in gatts_process_mtu_req()
/system/bt/bta/gatt/
Dbta_gattc_cache.cc700 if (status == GATT_REQ_NOT_SUPPORTED && in bta_gattc_read_ext_prop_desc_cmpl()