Home
last modified time | relevance | path

Searched refs:GATT_SIGN_CMD_WRITE (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/gatt/
Dgatt_sr.cc53 if (op_code == GATT_CMD_WRITE || op_code == GATT_SIGN_CMD_WRITE || in gatt_sr_enqueue_cmd()
913 case GATT_SIGN_CMD_WRITE: in gatts_process_write_req()
914 if (op_code == GATT_SIGN_CMD_WRITE) { in gatts_process_write_req()
1062 case GATT_SIGN_CMD_WRITE: in gatts_process_attribute_req()
1080 op_code != GATT_SIGN_CMD_WRITE) in gatts_process_attribute_req()
1217 if (op_code != GATT_CMD_WRITE && op_code != GATT_SIGN_CMD_WRITE && in gatt_server_handle_client_req()
1243 case GATT_SIGN_CMD_WRITE: in gatt_server_handle_client_req()
Dgatt_db.cc583 if ((op_code == GATT_SIGN_CMD_WRITE) && !(perm & GATT_WRITE_SIGNED_PERM)) { in gatts_write_attr_perm_check()
587 if ((op_code == GATT_SIGN_CMD_WRITE) && in gatts_write_attr_perm_check()
616 else if (perm & GATT_WRITE_SIGNED_PERM && op_code != GATT_SIGN_CMD_WRITE && in gatts_write_attr_perm_check()
Dgatt_auth.cc58 UINT8_TO_STREAM(p, GATT_SIGN_CMD_WRITE); in gatt_sign_data()
Datt_protocol.cc534 case GATT_SIGN_CMD_WRITE: in attp_send_cl_msg()
Dgatt_cl.cc220 op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE in gatt_act_write()
1029 p_cmd->op_code != GATT_SIGN_CMD_WRITE) { in gatt_cl_send_next_cmd_inq()
Dgatt_main.cc964 if (op_code == GATT_SIGN_CMD_WRITE) { in gatt_data_process()
Dgatt_utils.cc1645 if (op_code == GATT_SIGN_CMD_WRITE) { in gatt_dbg_op_name()
/system/bt/stack/include/
Dgatt_api.h106 #define GATT_SIGN_CMD_WRITE 0xD2 macro