Home
last modified time | relevance | path

Searched refs:api_write (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_act.c1162 attr.handle = p_data->api_write.handle; in bta_gattc_write()
1163 attr.offset = p_data->api_write.offset; in bta_gattc_write()
1164 attr.len = p_data->api_write.len; in bta_gattc_write()
1165 attr.auth_req = p_data->api_write.auth_req; in bta_gattc_write()
1167 if (p_data->api_write.p_value) in bta_gattc_write()
1168 memcpy(attr.value, p_data->api_write.p_value, p_data->api_write.len); in bta_gattc_write()
1170 status = GATTC_Write(p_clcb->bta_conn_id, p_data->api_write.write_type, &attr); in bta_gattc_write()
1290 if (p_clcb->p_q_cmd->api_write.hdr.event == BTA_GATTC_API_WRITE_EVT && in bta_gattc_write_cmpl()
1291 p_clcb->p_q_cmd->api_write.write_type == BTA_GATTC_WRITE_PREPARE) in bta_gattc_write_cmpl()
1296 event = p_clcb->p_q_cmd->api_write.cmpl_evt; in bta_gattc_write_cmpl()
Dbta_gattc_int.h219 tBTA_GATTC_API_WRITE api_write; member