Searched refs:GATT_REQ_NOT_SUPPORTED (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/include/ |
D | gatt_api.h | 40 GATT_REQ_NOT_SUPPORTED = 0x06, enumerator
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 750 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/ |
D | gatt_main.cc | 822 gatt_send_error_rsp(tcb, cid, GATT_REQ_NOT_SUPPORTED, op_code, 0, false); in gatt_data_process()
|
D | gatt_sr.cc | 793 gatt_send_error_rsp(tcb, cid, GATT_REQ_NOT_SUPPORTED, GATT_REQ_MTU, 0, in gatts_process_mtu_req()
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.cc | 700 if (status == GATT_REQ_NOT_SUPPORTED && in bta_gattc_read_ext_prop_desc_cmpl()
|