Searched refs:GATT_WRITE (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_attr.cc | 499 tGATT_STATUS status = GATTC_Write(conn_id, GATT_WRITE, &attr); in gatt_att_write_cl_supp_feat() 622 GATTC_Write(p_clcb->conn_id, GATT_WRITE, &ccc_value); in gatt_cl_start_config_ccc()
|
D | gatt_cl.cc | 233 case GATT_WRITE: { in gatt_act_write() 537 (p_clcb->op_subtype == GATT_WRITE) && in gatt_process_error_rsp()
|
D | gatt_api.cc | 770 ((type != GATT_WRITE) && (type != GATT_WRITE_PREPARE) && in GATTC_Write()
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 949 std::move(value), GATT_WRITE, write_rpt_ctl_cfg_cb, nullptr); in OnGapConnection() 1037 stop, GATT_WRITE, nullptr, nullptr); in OnAudioSuspend() 1094 GATT_WRITE, nullptr, nullptr); in SendEnableServiceChangedInd() 1131 start, GATT_WRITE, nullptr, nullptr); in SendStart()
|
/system/bt/stack/include/ |
D | gatt_api.h | 468 enum { GATT_WRITE_NO_RSP = 1, GATT_WRITE, GATT_WRITE_PREPARE }; enumerator
|
/system/bt/bta/gatt/ |
D | bta_gattc_api.cc | 517 p_buf->write_type = GATT_WRITE; in BTA_GATTC_WriteCharDescr()
|
/system/bt/bta/hh/ |
D | bta_hh_le.cc | 682 GATT_WRITE, cb, cb_data); in bta_hh_le_write_ccc() 1871 tGATT_WRITE_TYPE write_type = GATT_WRITE; in bta_hh_le_write_rpt()
|